Skip to main content

GmTypeSchema

A container type's complete schema: its property definitions and available functions.

type GmTypeSchema {
typeName: String!
propertyDefinitions: [GmPropertyDef!]!
functions: [GmFunction!]!
}

Fields

GmTypeSchema.typeName ● String! non-null scalar

The container type name.

GmTypeSchema.propertyDefinitions ● [GmPropertyDef!]! non-null object

The type's property definitions.

GmTypeSchema.functions ● [GmFunction!]! non-null object

The functions available on the type.

Returned By

gameModelTypeSchema query