Variable in GraphQL bulk operation?

The query string is static. Parameters cannot be resolved within the query string, so the query must be built dynamically on the GraphQL client side.

2 Likes