Closed squarewave24 closed 2 years ago
@squarewave24 Can you share a minimal reproduction with a schema please? I have only found examples of this error when there are mistyped schema entries or queries.
Going to close this because it doesn't have a reproduction (and also transfer it to the repository where Gateway now lives).
I am using Apollo Geteway with my react app connecting to python api's using graphene.
all queries work fine, but when trying to use a mutation i get this generic error
the query works when i paste it into the endpoint graphql playground, but not from apollo geteway playground :(
query:
error:
versions:
i also tried simplified queries that just return True on server. again work in regular endpoint playground, but not in apollo server geteway