FSharp.Data.GraphQL


CompositeDef

Namespace: FSharp.Data.GraphQL.Types

Representation of composite types. Composites are non-leaf nodes of the GraphQL query tree. Query path cannot end with a composite. Composite type defines list of fields, it consists of. By default only interfaces, unions and objects are valid composite types.

Fork me on GitHub