alburdette619
09/05/2017, 11:43 PMlastmjs
09/05/2017, 11:46 PMlastmjs
09/05/2017, 11:48 PMquery ($input_courseId: ID!, $user_id: ID!) {
SomeUserExists(
filter: {
id: $user_id,
OR: [{
ownedCourses_some: {
id: $input_courseId
}
},
{
role:ADMIN
}]
}
)
}
lastmjs
09/05/2017, 11:49 PM{
SomeUserExists(
filter: {
id: $user_id,
OR: [{
ownedCourses_some: {
id: $input_courseId
}
},
{
role:ADMIN
}]
}
)
}
matty
09/06/2017, 7:13 AMmatty
09/06/2017, 7:14 AMmatty
09/06/2017, 7:14 AMmatty
09/06/2017, 7:21 AMvalein
09/06/2017, 9:22 AMvalein
09/06/2017, 9:31 AMishankbahl97
09/06/2017, 9:36 AMvalein
09/06/2017, 9:48 AMvalein
09/06/2017, 9:49 AMPieter
09/06/2017, 10:44 AMfreder
09/06/2017, 11:43 AMreact-apollo
) component that lists all files, and a separate upload component for uploading new files. — Q: how do I get the list to update, after a file has been uploaded?
(apollo has http://dev.apollodata.com/react/cache-updates.html#refetchQueries after a mutation, but in graphcool
file uploads aren't mutations, right?)witek
09/06/2017, 1:07 PMSlackbot
09/06/2017, 1:14 PMwitek
09/06/2017, 1:14 PMeder
09/06/2017, 2:01 PMeder
09/06/2017, 2:03 PMeder
09/06/2017, 2:04 PMeder
09/06/2017, 2:04 PMmwickett
09/06/2017, 2:31 PMlastmjs
09/06/2017, 3:13 PMlcatallo
09/06/2017, 4:59 PMmonkeybonkey
09/06/2017, 8:31 PMdonald
09/06/2017, 8:59 PM_in
argument in a query?donald
09/06/2017, 9:01 PMquery { allPosts(filter: { title_in: ["My biggest Adventure", "My latest Hobbies"] }) { id } }
, what is the maximum size of the title_in
array?jcarva
09/07/2017, 3:53 AMalbyanez
09/07/2017, 5:30 AM