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

Apollo/graphql: How To Get Nested Elements?

This is an example document of my mongoDB. I need to get the content.en array via Apollo/GraphQL. B… Read more Apollo/graphql: How To Get Nested Elements?

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?

Apollo/GraphQL: How To Get Nested Elements?

This is an example document of my mongoDB. I need to get the content.en array via Apollo/GraphQL. B… Read more Apollo/GraphQL: How To Get Nested Elements?