GraphQLSwift / GraphQL

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

Adds Custom Validation Rules #136

Closed NeedleInAJayStack closed 11 months ago

NeedleInAJayStack commented 11 months ago

This adds the custom validation rules:

Note that they are not added to the specified list of rules, which matches the usage in graphql-js

As part of this work, deprecated support was added to Arguments and Input Object Fields.

NeedleInAJayStack commented 11 months ago

Yeah I am using these new rules!