user
08/06/2017, 7:33 AMnilan
08/06/2017, 7:55 AMrein
08/06/2017, 8:56 AMuser
08/06/2017, 9:03 AMuser
08/06/2017, 9:04 AM$locations: [CompanylocationsLocation!]
worked 😄timwis
08/06/2017, 2:03 PMtimwis
08/06/2017, 2:05 PMdocker-compose up
davemcorwin
08/06/2017, 2:42 PMproject.graphcool
schema definition?davemcorwin
08/06/2017, 2:42 PMAccount
type defined, i can’t use that as an argument?davemcorwin
08/06/2017, 2:45 PMproject.graphcool
which as a bummermax
08/06/2017, 2:52 PMrein
08/06/2017, 2:58 PMrein
08/06/2017, 2:59 PMantho1404
08/06/2017, 3:41 PM3008 - Insufficient Permissions
error like the requestId simple:cj60w7s127cs301011s9vt198
.
Here is my actual user permission query
query ($user_id: ID!, $input_projectId: ID!) {
SomeUserExists(
filter: {
id: $user_id,
projects_some: {
id: $input_projectId
}
}
)
}
Is there something I do wrong or maybe a bug, looks like really random so maybe kind of concurrency issues ?eleazar
08/06/2017, 6:27 PMckelley
08/06/2017, 6:55 PMckelley
08/06/2017, 6:56 PMtimwis
08/06/2017, 7:47 PMpatrick
08/06/2017, 9:05 PMnotrab
08/06/2017, 9:21 PMmaxbendick
08/06/2017, 11:12 PMjoshpitzalis
08/07/2017, 2:50 AMdwilliams
08/07/2017, 5:25 AMspences10
08/07/2017, 9:08 AMFile
and User
are default Types on any GraphCool project, why is this?mj
08/07/2017, 9:22 AMmutation CreateAccount(
$name: String!,
$v1Id: Int!,
$contact: [AccountcontactContact] ) {
createAccount(
name: $name
v1Id: $v1Id,
contact: $contact
) {
id
}
}
Variable ‘$contacts’ of type ‘[AccountcontactContact]’ used in position expecting type ‘[AccountcontactContact!]‘. (line 11, column 5):\n $contacts: [AccountcontactContact] ) {\n ^\n (line 15, column 16):\n contact: $contacts\neleazar
08/07/2017, 9:24 AMmj
08/07/2017, 9:42 AMnaveencody
08/07/2017, 10:11 AMnaveencody
08/07/2017, 10:11 AMnotrab
08/07/2017, 10:21 AMRequest ID: cj620aujn258m0152k6ttefm9