c6554d3ca7
* referral rewards * make referral notifications consistent * remove plpgsql from earn job * remove dead code * remove debug logging
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
import { gql } from 'graphql-tag'
|
|
|
|
export default gql`
|
|
extend type Query {
|
|
referrals(when: String, from: String, to: String): [TimeData!]!
|
|
}
|
|
`
|