Expand description
Tools for enforcing the GraphQL coercion rules
GraphQL has a number of coercion rules that make it easier to use and allow certain changes to be made in a backwards compatible way, this module provides some traits and macros to help enforce those.
Traitsยง
- Determines whether a type can be coerced into a given schema type.