Property | Type | Description | |
---|---|---|---|
LoadEnumValues | void | ||
LoadFields | void | ||
LoadInputValues | void | ||
LoadInterfaces | void | ||
LoadPossibleTypes | void |
Method | Description | |
---|---|---|
Initialize ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void |
When overridden in a child class,populates this introspected type using its parent schema to fill in any details about other references in this instance.
|
|
IntrospectedType ( IGraphType graphType ) : System |
Initializes a new instance of the IntrospectedType class.
|
|
IntrospectedType ( |
Initializes a new instance of the IntrospectedType class.
|
Method | Description | |
---|---|---|
LoadEnumValues ( ) : void | ||
LoadFields ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void |
Loads the fields into this instance for any IGraphType that supports them.
|
|
LoadInputValues ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void | ||
LoadInterfaces ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void |
Loads the interfaces for any graph type that supports them.
|
|
LoadPossibleTypes ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void |
Loads the possible types field for for unions or interfaces.
|
public Initialize ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void | ||
schema | GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema | The schema. |
return | void |
public IntrospectedType ( IGraphType graphType ) : System | ||
graphType | IGraphType | The graph type this model item will represent. |
return | System |
public IntrospectedType ( |
||
ofType | The type this meta type is encapsulating. | |
metaKind | TypeKind | The type kind of this meta type (must be LIST or NON_NULL). |
return | System |