FSharp.Data.GraphQL


InlineFragment

Namespace: FSharp.Data.GraphQL

Dummy type to wrap inline fragments, shouldn't be used directly. Use the static method On of provided types instead

Constructors

ConstructorDescription
new(typeCondition, selection)
Signature: (typeCondition:string * selection:(obj -> Fields)) -> InlineFragment

CompiledName: .ctor

Fork me on GitHub