Please enable JavaScript.
Coggle requires JavaScript to display documents.
GraphQL - Coggle Diagram
GraphQL
-
-
What is GraphQL?
Was invented to attain better flexibility and efficiency between client and server interactions.
=> is a specification and a query language for your API;
-
-
Mutation
are used to make changes to the data (CREATE, UPDATE, DELETE)
-
-