Skip to content

Instantly share code, notes, and snippets.

@noximus
Created March 29, 2022 22:21
Show Gist options
  • Save noximus/1ca6574ebd8291b5a6785535871d5baf to your computer and use it in GitHub Desktop.
Save noximus/1ca6574ebd8291b5a6785535871d5baf to your computer and use it in GitHub Desktop.
query findCompany {
apple: company(id: "2") {
...companyDetails
}
google: company(id: "1") {
...companyDetails
}
}
fragment companyDetails on Company {
id
name
description
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment