graphql-binding/graphql-binding-github

GraphQLError: Syntax Error: Unexpected Name "GitObject"

Closed this issue · 1 comments

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

This seems to be related to graphql/graphql-js#1169

Just updated the schema file which should fix the problem.