Database Error Messages

OCI-43452

The root table 'root_table_name' in the GraphQL query cannot be accessed as a JSON array.
  • root_table_name: Name of the root table.

Cause

The root table has @ARRAY directive in the specified GraphQL query.


Action

Either remove the @ARRAY directive for the root table or replace the @ARRAY directive with the @OBJECT directive.