workers-graphql-server
workers-graphql-server copied to clipboard
Unable to use Apollo Graph Manager
When deploying a version of the GraphQL server that has the Apollo Engine config provided:
const server = new ApolloServer({
typeDefs,
resolvers,
engine: {
apiKey: "abc123",
schemaTag: "production"
}
});
Any executed queries return the error:
{
"error": {
"errors": [
{
"message": "[internal apollo-server error] addProtobufError called before startTiming!",
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
]
}
}
I found this issue https://github.com/apollographql/apollo-server/issues/3627 which seems to document this, but bumping to a specific version as specified in that ticket didn't resolve the error.
yêu cầu kéo