mike.johnson
08/24/2017, 4:04 AMmike.johnson
08/24/2017, 4:04 AMq666
08/24/2017, 9:39 AMgauravkaushik
08/24/2017, 9:41 AMrelay
on client-side, that means I'll have varying queries from client depending what data I don't already have in relay's local cache. If you have any articles on this, that'll really help.
Thanks in advance! and really cool product btwgerardsans
08/24/2017, 5:14 PMpanzupa
08/24/2017, 5:26 PMpanzupa
08/24/2017, 5:43 PMmechanical-turk
08/24/2017, 5:50 PMmechanical-turk
08/24/2017, 5:51 PMyolen
08/24/2017, 7:43 PM{
_allContentsMeta(filter:
{law: "cj6nx0xuyq9gy0173pt331kkn"}) {
count
}
}
yolen
08/24/2017, 7:44 PMyolen
08/24/2017, 7:44 PMyolen
08/24/2017, 7:45 PM{
"data": null,
"errors": [
{
"message": "Argument 'filter' expected type 'ContentFilter' but got: {law: \"cj6nx0xuyq9gy0173pt331kkn\"}. Reason: 'law' Expected 'LawFilter', found not an object. (line 3, column 5):\n {law: \"cj6nx0xuyq9gy0173pt331kkn\"}) {\n ^\n (line 3, column 6):\n {law: \"cj6nx0xuyq9gy0173pt331kkn\"}) {\n ^\n (line 3, column 11):\n {law: \"cj6nx0xuyq9gy0173pt331kkn\"}) {\n ^",
"locations": [
{
"line": 3,
"column": 5
},
{
"line": 3,
"column": 6
},
{
"line": 3,
"column": 11
}
]
}
]
}
alechp
08/24/2017, 8:21 PMnicolas-wobiz
08/24/2017, 8:43 PMdardub
08/24/2017, 9:03 PMmutation MyMutation($input: UpdatePostInput!) {
updatePost(input: $input) { ... }
}
# vs.
mutation MyMutation($id: ID!, $newText: String, ...) {
updatePost(id: $id, newText: $newText, ...) { ... }
}
Is this possible in graphcool?denali
08/24/2017, 9:13 PMdenali
08/24/2017, 9:13 PMdenali
08/24/2017, 9:13 PMdenali
08/24/2017, 9:13 PMdenali
08/24/2017, 9:14 PMdenali
08/24/2017, 9:14 PMdenali
08/24/2017, 9:14 PMdenali
08/24/2017, 9:15 PMdenali
08/24/2017, 9:15 PMdenali
08/24/2017, 9:15 PMdenali
08/24/2017, 9:16 PM(node:29807) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: No such target id: undefined
(node:29807) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
denali
08/24/2017, 9:16 PMdardub
08/24/2017, 9:17 PMdenali
08/24/2017, 9:20 PM