coffenbacher
08/13/2017, 2:49 AMdivyendu
08/13/2017, 5:54 AMzaksingh
08/13/2017, 7:48 AMdivyendu
08/13/2017, 8:06 AMdivyendu
08/13/2017, 8:08 AMtheom
08/13/2017, 9:34 AMGraphQL error: Insufficient permissions for this mutation
when attempting to trigger the following delete mutation:
export const Remove_Comment_Mutation = gql`
mutation removeComment ($cid: ID!) {
deleteComments(id: $cid) {
id
}
}
`;
What is the issue here?notrab
08/13/2017, 10:20 AMnotrab
08/13/2017, 10:20 AMuser
08/13/2017, 10:39 AMhttps://prisma.slack.com/files/U4KKMFVK2/F6NQJ7Q1L/insufficient-permissions.jpg▾
martin
08/13/2017, 3:11 PMkgoggin
08/13/2017, 6:52 PMpeter
08/13/2017, 7:34 PMapollo-client
+ subscriptions, graphcool, react? I've gone through quite a few examples and tutorials but I still find that when referring to the code provided, there are many differences resulting in poor use when referencing for best practices. Thanks!peter
08/13/2017, 7:37 PMjjaybrown98
08/13/2017, 7:54 PMextend type Query {
isValidUser(hash: String!): User
}
I get the 'preview' and then apply, but it keeps reverting back to 'preview' with no message and doesn't save the schemapanzupa
08/13/2017, 8:53 PMramblerob
08/13/2017, 9:47 PMmlyons
08/13/2017, 11:10 PMbe4r
08/14/2017, 12:11 AMthis.context.router.replace('/signup')
but i want to pass in props to that route somehow.ryanw
08/14/2017, 1:20 AMconst newConversation = gql`
mutation($conversationIndex: Int!, $userIds: [User!]!) {
createConversation(conversationIndex: $conversationIndex, usersIds: $userIds) {
conversationIndex
users {
name
username
id
}
}
}
`
The error I get:
Error: GraphQL error: Variable '$userIds' cannot be non input type '[User!]!'
tmant1234
08/14/2017, 1:21 AMkhoip
08/14/2017, 3:00 AMBusiness
type that has one to many relation with Customer
type which has one to many relation with Subscription
type. Now I want to get all subscriptions belong to a business, how do I do that?marcusstenbeck
08/14/2017, 4:58 AMbruce
08/14/2017, 5:37 AMbruce
08/14/2017, 5:38 AMbruce
08/14/2017, 5:38 AMsamjbmason
08/14/2017, 9:28 AMmitch3ls
08/14/2017, 10:23 AMnikos
08/14/2017, 10:37 AMjjaybrown98
08/14/2017, 10:43 AMalexanbj
08/14/2017, 11:27 AM