Skip to content

Instantly share code, notes, and snippets.

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