ObjectDef<'Val>
Namespace: FSharp.Data.GraphQL.Types
GraphQL type definition for objects. Objects are composite output types with set of fields. They can implement GraphQL interfaces and be cases of the GraphQL unions.
Instance members
| Instance member | Description |
Fields
Signature: Map<string,FieldDef<'Val>>
Modifiers: abstract |
Collection of fields defined by the current object. CompiledName: |