Created
March 27, 2023 21:28
-
-
Save srmagura/16d1d93dfa3883cd428f109545e88a1f to your computer and use it in GitHub Desktop.
phil 3/27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://fullcontext.dev/graphql | |
query Test { | |
orgsTemp { | |
id | |
name | |
} | |
} | |
mutation Test2 { | |
addOrgTemp | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment