FSharp.Data.GraphQL


InterfaceDef<'Val>

Namespace: FSharp.Data.GraphQL.Types

A GraphQL interface type defintion. Interfaces are composite output types, that can be implemented by GraphQL objects.

Instance members

Instance memberDescription
Fields
Signature: FieldDef<'Val> []
Modifiers: abstract

List of fields to be defined by implementing object definition in order to satisfy current interface.

CompiledName: get_Fields

Fork me on GitHub