Skip to content

Instantly share code, notes, and snippets.

View justoverclockl's full-sized avatar
😎
Fine!

Marco Colia justoverclockl

😎
Fine!
View GitHub Profile
@bradtraversy
bradtraversy / graphql-queries-mutations.md
Created June 2, 2022 17:37
GraphQL Queries & Mutations

GraphQL Queries & Mutations

These are the GraphQL queries and mutations for the YouTube course.

Get names of all clients

{
  clients {
    name
 }