GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
532 stars 67 forks source link

Adds `oneOf` and `specifiedBy` directive support #136

Closed NeedleInAJayStack closed 4 months ago

NeedleInAJayStack commented 4 months ago

This adds the oneOf directive support to Input types and specifiedBy directive support to Scalar types

samisuteria commented 4 months ago

Awesome!