FSharp.Data.GraphQL


SchemaConfig

Namespace: FSharp.Data.GraphQL

A configuration object fot the GraphQL server schema.

Record Fields

Record FieldDescription
Directives
Signature: DirectiveDef list

List of custom directives that should be included as known to the schema.

Types
Signature: NamedDef list

List of types that couldn't be resolved from schema query root tree traversal, but should be included anyway.

Static members

Static memberDescription
Default
Signature: SchemaConfig

Returns a default schema configuration.

CompiledName: get_Default

Fork me on GitHub