OCI-43448
GraphQL query defines duplicate variable 'graphql_var'.
- graphql_var: Variable name that appears multiple times.
Cause
The GraphQL query declares the same variable name more than once.
Action
Rename the duplicates so each variable in the query has a unique name.