Database Error Messages

OCI-43419

GraphQL variable 'graphql_var' has no value in the PASSING clause and has no default value.
  • graphql_var: Specified GraphQL variable.

Cause

The GraphQL query references a variable that is neither mapped to a value in the PASSING clause nor defined with a default value.


Action

Map the GraphQL variable to a value in the PASSING clause or add a default value to GraphQL variable definition.