lawjolla
01/15/2018, 4:42 PMNick Luger
01/15/2018, 4:44 PMNick Luger
01/15/2018, 4:46 PMiamclaytonray
01/15/2018, 4:55 PMnilan
01/15/2018, 4:59 PMdevelomark
01/15/2018, 5:02 PMlawjolla
01/15/2018, 5:15 PMNick Luger
01/15/2018, 5:16 PMm1cl
01/15/2018, 5:16 PM_c(pin):
_s(pin): 1
_d(pin): true
_h(pin): 0
_n(pin): false
m1cl
01/15/2018, 5:17 PMNick Luger
01/15/2018, 5:31 PMthangngoc89
01/15/2018, 5:37 PMthangngoc89
01/15/2018, 5:37 PMthangngoc89
01/15/2018, 5:37 PM# Gender
enum Gender {
Male
Female
}
chris7519
01/15/2018, 6:04 PMaadma
01/15/2018, 6:26 PMdevelomark
01/15/2018, 6:48 PMbamne123
01/15/2018, 6:50 PMbamne123
01/15/2018, 6:51 PMbamne123
01/15/2018, 6:52 PMjsvde
01/15/2018, 7:17 PMehodges
01/15/2018, 8:14 PMehodges
01/15/2018, 8:18 PMjsvde
01/15/2018, 8:23 PMkriswep
01/15/2018, 8:55 PMpeteflange
01/15/2018, 10:01 PMnathan
01/15/2018, 10:46 PMehodges
01/15/2018, 11:25 PMmatty
01/16/2018, 2:10 AMnoahdavis
01/16/2018, 2:33 AMcannot query field "users" on type "Query".
error.
User type:
type User {
id: ID! @unique
name: String
stripeCustomerToken: String @unique
apiKey: String @unique
publicToken: String @unique
subscription: Subscription
access: [String!]
createdAt: DateTime!
updatedAt: DateTime!
briefs: [Brief!]!
org: Org!
readNotifications: [Notification!]!
email: String! @unique
password: String
persona: String
}
Generated Query type `src/generated/graphcool.graphql`:
type Query {
...
users(where: UserWhereInput, orderBy: UserOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [User]!
...
}
Running beta4.1.1