You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$\ \ \textcolor{Navy}{Simple \ Api \ to \ test \ GraphQL \ queries }$
• $\ \ \textcolor{DarkGoldenRod}{GraphQL }$ : GraphQL is a query language for your API , A GraphQL operation can either be a read or a write operation.
• $\ \ \textcolor{DarkGoldenRod}{Queries }$ : fetch data – like a GET in rest (read operation)
• $\ \ \textcolor{DarkGoldenRod}{Mutations }$ : change data – like a DELETE or a POST in REST (write operation)