status-im/nim-graphql

stored query is not reusable if the query has variables

Closed this issue · 0 comments

stored queries with variables should not go through normal validation process. because it have to be revalidated each time before execution with possible new variables.

other queries without variables can go through normal validation process as usual.