Lucas
12/20/2018, 4:33 AM"message": "Cannot return null for non-nullable field Query.users.",
Query:
query {
users{
id
}
}
Code:
https://github.com/RecoX/test-graph/blob/master/src/schema.graphqlbrentsoles
12/20/2018, 11:46 PMresolvers/Query.js
, so the query is defined in the typedefs, but the request is going nowhere.