Introspection
Namespace: FSharp.Data.GraphQL.Types
Nested types and modules
| Type | Description |
| IntrospectionDirective | Introspection descriptor of a directive (i.e. @skip(if:...), @include(if:...) etc). |
| IntrospectionEnumVal | Introspection descriptor for enum values. |
| IntrospectionField | Introspection descriptor for Object and Interface fields. |
| IntrospectionInputVal | Introspection descriptor for input values (InputObject fields or field arguments). |
| IntrospectionSchema | Introspection descriptor for target schema. Contains informations about all types defined within current schema. |
| IntrospectionType | Introspection descriptor of a GraphQL type defintion. |
| IntrospectionTypeRef | Introspection type reference. Used to navigate between type dependencies inside introspected schema. |