GraphQLSwift / GraphQL

The Swift GraphQL implementation for macOS and Linux
MIT License
938 stars 72 forks source link

Support the '&' character for types implementing multiple interfaces #73

Closed nicholaslythall closed 2 weeks ago

nicholaslythall commented 4 years ago

Added Token.Kind.amp Updated lexer.readToken to handle ampersands Updated parseImplementsInterfaces to support interface names separated by &, e.g:

type Swallow implements Bird & Animal {}
paulofaria commented 3 years ago

Sorry for the delay! Looks like the branch is out-of-date with master. Can you please update from master?

paulofaria commented 2 weeks ago

Let's close this one as well.

NeedleInAJayStack commented 2 weeks ago

Sounds good. Closing.