Module cynic::coercions

source ·
Expand description

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 contains some traits & macros that are used to implement these rules in cynic.

Traits

  • Determines whether a type can be coerced into a given schema type.