peterp
06/30/2017, 8:03 PMpeterp
06/30/2017, 8:03 PMpeterp
06/30/2017, 8:03 PMpeterp
06/30/2017, 8:09 PMpeterp
06/30/2017, 8:10 PMjshort
06/30/2017, 10:19 PMjeffs
06/30/2017, 10:20 PMkevinbrown
07/01/2017, 8:21 AMDELETE FROM table WHERE value > 4
because my use case involves deleting possibly quite a few nodes in a single operation.kevinbrown
07/01/2017, 8:21 AMIN
operation, but just looking for options on filtering in general.kevinbrown
07/01/2017, 10:18 AMeraldo
07/01/2017, 3:30 PM@isUnique
is there also something like @uniqueTogether(field1,field2,...)
hardys
07/01/2017, 3:38 PMmike.johnson
07/01/2017, 4:22 PMmike.johnson
07/01/2017, 4:28 PMturan
07/01/2017, 5:13 PMInternal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: cj4ljkjpobbxk0164bi1u2zia
dan
07/01/2017, 5:44 PMfaure
07/01/2017, 8:20 PMhardys
07/02/2017, 3:44 AM$filter: PaymentFilter!The following error appear when using relay compiler...
Error writing modules:
RangeError: Maximum call stack size exceededHere is my mutation I can made it work when I manually apply the changes into __generated__/DeletePaymentMutation.graphql.js
mutation DeletePaymentMutation(
$input: DeletePaymentInput!
$filter: PaymentFilter!
$count: Int!
$cursor: String
) {
deletePayment(input: $input) {
deletedId
viewer {
...PaymentList_viewer
id
}
}
}
peterp
07/02/2017, 4:13 AMpeterp
07/02/2017, 4:14 AMonelastjedi
07/02/2017, 9:28 AMhttps://files.graph.cool/cj4lv1f95q2850164j71uo5/myfilename.jpg▾
tamano
07/02/2017, 11:57 AMppanagi
07/02/2017, 3:11 PMauthentication-with-auth0-and-apollo
(https://github.com/graphcool-examples/react-graphql/tree/master/authentication-with-auth0-and-apollo) up and running, and I can successfully login. I have 2 questions on that:
1. I'm trying to modify the flow to extract the email using the Auth0 JWT token (id_token) and making a request to POST https://{{auth0_domain}}/tokeninfo
, instead of relying on the frontend providing it. However I can't figure out how to access it in a function. Is that possible? So far I've tried with a Request Pipeline/TRANSFORM_ARGUMENT
function.
2. I'm assuming graph.cool is doing Auth0 id_token validation behind the scenes, right? Such that there's no need to add a function to do that ourselves.grardb
07/02/2017, 3:27 PMdan
07/02/2017, 4:35 PMckelley
07/02/2017, 5:31 PMgeirman
07/02/2017, 6:11 PMshaharh
07/02/2017, 8:14 PMshaharh
07/02/2017, 8:14 PMshaharh
07/02/2017, 8:14 PM