Skip to content

Instantly share code, notes, and snippets.

@brfrn169
Created January 25, 2023 01:21
Show Gist options
  • Save brfrn169/ce54e4518d9be2db741336bdf7089208 to your computer and use it in GitHub Desktop.
Save brfrn169/ce54e4518d9be2db741336bdf7089208 to your computer and use it in GitHub Desktop.
Example of ScanAll in GraphQL
query BankScanAll {
scanAll: bank_scanAll(scanAll: {}){
bank {id, region, country}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment