Database Error Messages

ORA-43419

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

Cause

The variable specified in the GraphQL expression is not mapped to a bind variable in the PASSING clause.


Action

Map the GraphQL variable to a bind variable using the PASSING clause.