FSharp.Data.GraphQL


Connection

Namespace: FSharp.Data.GraphQL.Relay

Functions and values

Function or valueDescription
allArgs
Signature: InputFieldDef list

List of argument definitions used to apply Relay's ability to move connections forwards and backwards.

backwardArgs
Signature: InputFieldDef list

List of argument definitions used to apply Relay's connection backwarding ability.

forwardArgs
Signature: InputFieldDef list

List of argument definitions used to apply Relay's connection forwarding ability.

ofArray(array)
Signature: array:'?7696 [] -> Connection<'?7696>
Type parameters: '?7696

Construct a Relay Connection object from the provided array.

Fork me on GitHub