Category "graphql"

Apollo Graphql mutation with dynamic number of email address

I have successfully created a graphql mutation that allows me to create a Staff record. mutation addNewStaff { createStaff(input: { first_name: "Test Na

In GraphQL what's the meaning of "edges" and "node"?

I am consuming a GraphQL endpoint and I get results that contain edges and node tags. I am supplying a clean JSON structure for my query, so this doesn't make s

I get different result from Graphql playground and front-end

I am using graphql and Vue.js and apollo Here is my DateBank const sensorsdb = [ { name: "sensor 1", id: "s-1", timestamp: 1582021371, value:

How to show the possible error in graphql playground?

In the playground document, How to display the possible error? The document in the playground only provides how to write queries, but I can not find how to make

Why is graphcms graphql giving me a 403 error?

I created the following query in graphcms and it works in the graphql playground but when I transfer the query to my react code and try to access graphcms I get