Closed nextdude closed 2 years ago
Modify how we pass arguments to graphql to convert schema to json. Change from legacy positional arguments to an object (which is required in graphql v16+).
graphql
@exogen can we get this merged?
Modify how we pass arguments to
graphql
to convert schema to json. Change from legacy positional arguments to an object (which is required ingraphql
v16+).