GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Class Introspection

Inheritance
Object
Introspection
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class Introspection

Fields

IntrospectionTypes

Declaration
public static readonly IReadOnlyList<NamedType> IntrospectionTypes
Field Value
Type Description
IReadOnlyList<NamedType>

Properties

Schema

Declaration
public static Schema Schema { get; }
Property Value
Type Description
Schema

SchemaMetaFieldDef

Declaration
public static Field SchemaMetaFieldDef { get; }
Property Value
Type Description
Field

TypeMetaFieldDef

Declaration
public static Field TypeMetaFieldDef { get; }
Property Value
Type Description
Field

TypeNameMetaFieldDef

Declaration
public static Field TypeNameMetaFieldDef { get; }
Property Value
Type Description
Field
Back to top Copyright © 2017-2019 GraphZen LLC