Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprespect variables in query string when using application/graphql with POST #1240
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I'm submitting a ...
PostGraphile version: 4.4.4
postgraphile should honor variables in query string as defined in https://github.com/graphql/express-graphql#http-usage when the query is provided as post body.
with the following example request postgraphile does not honor the variables in the query string:
it would be nice if postgraphile could do this out of the box in order to support static query bodies from the client.