mj
07/19/2017, 12:21 PMmj
07/19/2017, 12:22 PMupdateAccount($id: ID!, $userIds: [ID!]!)
?mj
07/19/2017, 1:08 PMmj
07/19/2017, 1:12 PMmj
07/19/2017, 1:12 PMfreddie-codogo
07/19/2017, 1:42 PMtypaza
07/19/2017, 1:57 PMsenorcodecat
07/19/2017, 1:58 PMmj
07/19/2017, 2:00 PMmj
07/19/2017, 2:01 PMsenorcodecat
07/19/2017, 2:02 PMbequis
07/19/2017, 2:16 PMbequis
07/19/2017, 2:17 PMsenorcodecat
07/19/2017, 2:22 PMryan
07/19/2017, 2:54 PMgildas
07/19/2017, 4:12 PMbequis
07/19/2017, 4:22 PMbequis
07/19/2017, 4:29 PMsenorcodecat
07/19/2017, 4:39 PMsenorcodecat
07/19/2017, 4:39 PMrajit
07/19/2017, 5:13 PMcreateUser
(I have the Email Auth provider enabled) I consistently get Insufficient permissions
back. This is the query:
mutation createUser($data: AUTH_PROVIDER_EMAIL!) {
createUser(authProvider: { email: $data }) {
id
}
}
And I've configured permissions only to allow authenticated users to read their own fields. Is that the issue? Do I need to loosen permissions around the id
field?bequis
07/19/2017, 5:57 PMtype Match implement Node
, how do I query for All the Match Data?
like this: ?
query allMatchs {
Matchs {
...
}
}
bequis
07/19/2017, 5:59 PMagartha
07/19/2017, 6:04 PMagartha
07/19/2017, 6:05 PMquery {
allMatches {
resultfield1
resultfield2
}
}
nreid
07/19/2017, 6:28 PMnreid
07/19/2017, 6:29 PMbequis
07/19/2017, 7:05 PMbequis
07/19/2017, 7:05 PMleandros
07/19/2017, 7:33 PM