max
09/26/2017, 10:38 PMmax
09/26/2017, 10:38 PMchandlervdw
09/27/2017, 4:37 AMDonation
Type and the first time I attempt to create a donation, it works fine but the second time, I get this error: {
"data": {
"createDonation": null
},
"errors": [
{
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"createDonation"
],
"code": 3032,
"message": "The field 'campaign' on type 'Donation' is required. Performing this mutation would violate the constraint",
"requestId": "eu-west-1:simple:cj82jcli9jgy70167eq91juig"
}
]
}
chandlervdw
09/27/2017, 4:38 AMRelationIsRequired
error… ?davidepalazzo
09/27/2017, 4:41 AMcampaign
field is mentioned in the error message.witek
09/27/2017, 7:01 AMAuth0.authentication().renew
and Auth0.authentication().tokenExchange
). This forces me to ask user to log in again after the idToken have expired, which is a huge inconvenience. A am using only Facebook login and i have switched to HS256 encoding and OIDC turned off as previously suggested. Is it causing the problem? Thanks!pika
09/27/2017, 9:54 AMError: GraphQL error: You are trying to set a required field to null. If you are using GraphQL arguments, make sure that you specify a value for all arguments.
I'm pretty sure nothing has changed in the code, and all was working just fine before. Anyone else running into this?hvillain
09/27/2017, 9:55 AMUnhandled (in react-apollo) Error: Network error: Server response was missing for query 'undefined'.
nilan
09/27/2017, 10:40 AMjmmaniego
09/27/2017, 10:40 AMyunjia
09/27/2017, 10:58 AMPieter
09/27/2017, 10:59 AMrein
09/27/2017, 12:26 PMagartha
09/27/2017, 12:44 PMmwickett
09/27/2017, 1:18 PMjoar
09/27/2017, 1:41 PMconst AuthLink = (operation, forward) => {
const token = store.getState().authToken;
operation.setContext(context => ({
...context,
headers: {
...context.headers,
authorization: `Bearer ${token}`, // however you get your token
},
}));
return forward(operation);
};
joar
09/27/2017, 1:41 PMmwickett
09/27/2017, 1:42 PMjoar
09/27/2017, 1:42 PMjoar
09/27/2017, 1:42 PMmwickett
09/27/2017, 1:42 PMjoao.santos
09/27/2017, 1:43 PMjoao.santos
09/27/2017, 1:43 PMschickling
09/27/2017, 1:43 PMgustav
09/27/2017, 1:44 PMchandlervdw
09/27/2017, 1:47 PMthis.props.campaignId
is not valid inside the gql
overra
09/27/2017, 2:54 PMnilan
09/27/2017, 3:03 PMpreviousValues
does not return an object of type Place
, but of type PlacePreviousValues
.ahmedlhanafy
09/27/2017, 3:07 PMahmedlhanafy
09/27/2017, 3:08 PM/new
with Loading GraphQL Playground
text and no errors or anything