Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Xray Cloud GraphQL resource limitations

As with any public API, the Xray GraphQL API protects against excessive or abusive calls to Xray Cloud's servers.

...

  • Clients must supply a limit argument on any connection.
  • Values of limit must be within 1-100.
  • Individual calls cannot request more than 10,000 total items.

Calculating items in a call

...

  • Individual calls cannot use more than 25 resolvers.

Calculating resolvers in a call

...

  • GraphQL Documentation - here you can find general information about all aspects of GraphQL.
  • Insomnia - a powerful HTTP client with native GraphQL support.