FSharp.Data.GraphQL


Arg

Namespace: FSharp.Data.GraphQL
Parent Module: Linq

Record defining an argument resolved as part of the property tracker.

Record Fields

Record FieldDescription
Name
Signature: string

Name of the argument. Matches field arguments from GraphQL type definitions.

Value
Signature: obj

Value of the argument, provided with user request, query string or as default argument value.

Fork me on GitHub