Skip to content

Instantly share code, notes, and snippets.

View eemr3's full-sized avatar

Emerson Moreira eemr3

View GitHub Profile
@eemr3
eemr3 / graphql-queries-mutations.md
Created September 28, 2023 03:03 — forked from bradtraversy/graphql-queries-mutations.md
GraphQL Queries & Mutations

GraphQL Queries & Mutations

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

Get names of all clients

{
  clients {
    name
 }
@eemr3
eemr3 / settings.json
Created December 15, 2022 14:22 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,