GraphQLError: Syntax Error: Unexpected Name "GitObject"
Closed this issue · 1 comments
schickling commented
Syntax Error: Unexpected Name "GitObject"
GraphQL request (336:28)
335: # Represents a Git blob.
336: type Blob implements Node, GitObject {
^
337: # An abbreviated version of the Git object ID
schickling commented
This seems to be related to graphql/graphql-js#1169
Just updated the schema file which should fix the problem.