Release Notes (GQL Platform API)

Dec 15 2022

  • On-behalf-of functionality is not currently implemented in the GraphQL Platform API. For details on authorization, see GraphQL Platform API Authorization.
  • Currently, the GraphQL Platform API is limited to 10 requests per minute per user. You will receive a 429 Too Many Requests response if you exceed this limit. Your code should include retry attempts to account for this rate limit.
  • Only one query or mutation per request is currently supported.