OCI-43449
GraphQL variable '$graphql_var' is declared but never used.
- graphql_var: Unused GraphQL variable name.
Cause
The GraphQL query defines a variable that is not referenced in the query body.
Action
Remove the unused variable or reference it in the query so it is evaluated.