FSharp.Data.GraphQL


LeafDef

Namespace: FSharp.Data.GraphQL.Types

Representation of leaf type definitions. Leaf types represents leafs of the GraphQL query tree. Each query path must end with a leaf. By default only scalars and enums are valid leaf types.

Fork me on GitHub