Module juniper::marker

source ·
Expand description

Marker traits for GraphQL types.

This module provide specialized types for GraphQL. To ensure that only specification compliant construct compile, these marker traits are used. Encountering an error where one of these traits is involved implies that the construct is not valid in GraphQL.

Traits§