Selection<'T>
Namespace: FSharp.Data.GraphQL
Dummy type to wrap a field with a selection in a GraphQL query projection
Constructors
Constructor | Description |
new(fields, selection)
Signature: (fields:'T * selection:('T -> Fields)) -> Selection<'T>
|
CompiledName: .ctor
|
new(fields, selection)
Signature: (fields:'T [] * selection:('T -> Fields)) -> Selection<'T>
|
CompiledName: .ctor
|
new(fields, selection)
Signature: (fields:'T option * selection:('T -> Fields)) -> Selection<'T>
|
CompiledName: .ctor
|
new(fields, selection)
Signature: (fields:'T [] option * selection:('T -> Fields)) -> Selection<'T>
|
CompiledName: .ctor
|