Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@validation_FragmentSpreadNotPossible.hrl
Raw

include/mochi@validation_FragmentSpreadNotPossible.hrl

-record(fragment_spread_not_possible, {
fragment_name :: binary(),
fragment_type :: binary(),
parent_type :: binary()
}).