Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apollo

Designing The Db And State Mutations And Requests Of A Form Builder In React With Graphql, Faunadb, Nextjs & Apollo

I'm working on a next JS, React, Apollo, graphQL, faunaDB App. I am trying to architect how a f… Read more Designing The Db And State Mutations And Requests Of A Form Builder In React With Graphql, Faunadb, Nextjs & Apollo

Graphql: Non-nullable Array/list

I'm learning GraphQL now and while walking through tutorial I met behavior that I can't und… Read more Graphql: Non-nullable Array/list

Graphql How To Do A Join Request Instead Of Many Sequential Request?

I have two GraphQL type: type Author { id: String! name: String! } type Book { id: String! … Read more Graphql How To Do A Join Request Instead Of Many Sequential Request?