FSharp.Data.GraphQL


IntrospectionSchema

Namespace: FSharp.Data.GraphQL.Types
Parent Module: Introspection

Introspection descriptor for target schema. Contains informations about all types defined within current schema.

Record Fields

Record FieldDescription
Directives
Signature: IntrospectionDirective []

Array of all directives supported by current schema.

MutationType
Signature: IntrospectionTypeRef option

Introspection reference to schema's mutation root.

QueryType
Signature: IntrospectionTypeRef

Introspection reference to schema's query root.

SubscriptionType
Signature: IntrospectionTypeRef option

Introspection reference to schema's subscription root.

Types
Signature: IntrospectionType []

Array of all introspection types defined within current schema. Includes types for queries, mutations and subscriptions.

Fork me on GitHub