GraphQL Adapter Restrictions

Note the following GraphQL Adapter restrictions.

  • The input variables are not currently validated.

  • In case the GraphQL API comes from an introspection-disabled application server, the GraphQL Adapter does not generate response JSON and validates the GraphQL query.

    However, if the API comes from an introspection-enabled application server, the GraphQL Adapter validates the GraphQL query and shows errors sequentially, one at a time. After resolving an error, it moves on to show the next error in sequence.

  • Extensions in the response are not supported.

  • Directives are not supported.

Note:

There are overall service limits for Oracle Integration. A service limit is the quota or allowance set on a resource. See Service Limits.