OCI-43450
GraphQL schema introspection error. Nested type 'nested_type_name' is not valid for type 'string'.
- nested_type_name: Name of the nested type. *Params: 2) type_name: Name of the parent type.
Cause
The GraphQL schema introspection query is referencing a nested type that does not belong to the parent type.
Action
Ensure that the Oracle GraphQL schema definition and queries reference only nested types that are defined within the parent type.