Wizzi schema graphql

Exports
arrayValue
Element Tag Super Flags
comment #
Element Tag Super Flags
graphql graphql
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
typeDef typeDefs one-to-many
operation operations one-to-many
Element Tag Super Flags
typeDef typeDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
directive directives one-to-many
Element Tag Super Flags
scalarTypeDef scalar typeDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
directive directives one-to-many
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
objectTypeDef type typeDef
Relations
Name Role Cardinality Inherited Flags Description
implement implements one-to-many
fieldDef fieldDefs one-to-many
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
implement &
Element Tag Super Flags
interfaceTypeDef interface typeDef
Relations
Name Role Cardinality Inherited Flags Description
fieldDef fieldDefs one-to-many
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
unionTypeDef union typeDef
Relations
Name Role Cardinality Inherited Flags Description
unionMemberType unionMemberTypes one-to-many
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
unionMemberType | typeDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
enumTypeDef enum typeDef
Relations
Name Role Cardinality Inherited Flags Description
enumValueDef enumValueDefs one-to-many
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
enumValueDef @ typeDef
Description
wzName ! ( null || true || false )  
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
inputObjectTypeDef input typeDef
Relations
Name Role Cardinality Inherited Flags Description
objectValueDef one-to-one is-one-to-one
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
operation operation
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
variable variables one-to-many
directive directives one-to-many
selectionSet one-to-one is-one-to-one
Element Tag Super Flags
query query operation
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many operation
variable variables one-to-many operation
directive directives one-to-many operation
selectionSet one-to-one operation is-one-to-one
Element Tag Super Flags
mutation mutation operation
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many operation
variable variables one-to-many operation
directive directives one-to-many operation
selectionSet one-to-one operation is-one-to-one
Element Tag Super Flags
subscription subscription operation
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many operation
variable variables one-to-many operation
directive directives one-to-many operation
selectionSet one-to-one operation is-one-to-one
Element Tag Super Flags
fragment fragment operation
Attributes
Name Tag Type Default Inherited Flags Description
typeCondition on string string
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many
selectionSet one-to-one is-one-to-one
comment comments one-to-many operation
variable variables one-to-many operation
directive directives one-to-many operation
selectionSet one-to-one operation is-one-to-one
Element Tag Super Flags
argumentDef ref
Description
InputValueDefinition  
Attributes
Name Tag Type Default Inherited Flags Description
type type string string
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many
Element Tag Super Flags
objectArg { argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'object';
Element Tag Super Flags
arrayArg [ argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'array';
Element Tag Super Flags
enumArg enum argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'enum';
Element Tag Super Flags
nullArg null argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'null';
Element Tag Super Flags
stringArg string argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'String';
Element Tag Super Flags
intArg int argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'Int';
Element Tag Super Flags
floatArg float argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'Float';
Element Tag Super Flags
booleanArg boolean argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'Boolean';
Element Tag Super Flags
IDArg ID argumentDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string argumentDef
Relations
Name Role Cardinality Inherited Flags Description
directive directives one-to-many argumentDef
Methods
Signature Statements
wzInitialize
set this.type = 'ID';
Element Tag Super Flags
fieldDef ref
Attributes
Name Tag Type Default Inherited Flags Description
type type string string
isRequired isRequired boolean false
isDeprecated isDeprecated boolean false
skip skip boolean false
include include boolean false
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
argumentDef argumentDefs one-to-many
directive directives one-to-many
Methods
Signature Statements
wzInitialize
foreach item in this.directives;
Element Tag Super Flags
arrayType [ fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
itemType one-to-one is-one-to-one
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'array';
Element Tag Super Flags
enumType enum fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'enum';
Element Tag Super Flags
nullType null fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'null';
Element Tag Super Flags
stringType string fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'String';
Element Tag Super Flags
intType int fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'Int';
Element Tag Super Flags
floatType float fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'Float';
Element Tag Super Flags
booleanType boolean fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'Boolean';
Element Tag Super Flags
IDType ID fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Methods
Signature Statements
wzInitialize
set this.type = 'ID';
Element Tag Super Flags
itemType item-type fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Element Tag Super Flags
method m fieldDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string fieldDef
isRequired isRequired boolean false fieldDef
isDeprecated isDeprecated boolean false fieldDef
skip skip boolean false fieldDef
include include boolean false fieldDef
Relations
Name Role Cardinality Inherited Flags Description
fieldDef fieldDefs one-to-many
selectionSet one-to-one is-one-to-one
comment comments one-to-many fieldDef
argumentDef argumentDefs one-to-many fieldDef
directive directives one-to-many fieldDef
Element Tag Super Flags
valueDef ref
Description
ArgumentDefinition / InputValueDefinition  
Attributes
Name Tag Type Default Inherited Flags Description
type type string string
defaultValue = string string
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
directive directives one-to-many
Element Tag Super Flags
stringValueDef string valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'String';
Element Tag Super Flags
intValueDef int valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'Int';
Element Tag Super Flags
floatValueDef float valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'Float';
Element Tag Super Flags
booleanValueDef boolean valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'Boolean';
Element Tag Super Flags
IDValueDef ID valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'ID';
Element Tag Super Flags
enumValueDef enum valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
objectField objectFields one-to-many
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'enum';
Element Tag Super Flags
objectValueDef { valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
valueDef valueDefs one-to-many
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'object';
Element Tag Super Flags
objectField @ valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
valueDef one-to-one is-one-to-one
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Element Tag Super Flags
arrayValueDef [ valueDef
Attributes
Name Tag Type Default Inherited Flags Description
type type string string valueDef
defaultValue = string string valueDef
Relations
Name Role Cardinality Inherited Flags Description
valueDef valueDefs one-to-many
comment comments one-to-many valueDef
directive directives one-to-many valueDef
Methods
Signature Statements
wzInitialize
set this.type = 'array';
Element Tag Super Flags
directiveDef directive typeDef
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
argumentDef argumentDefs one-to-many
directiveLocation directiveLocations one-to-many
comment comments one-to-many typeDef
directive directives one-to-many typeDef
Element Tag Super Flags
directiveLocation on
Element Tag Super Flags
directive %
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many
directiveLocation directiveLocations one-to-many
Element Tag Super Flags
isList %list directive
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many directive
directiveLocation directiveLocations one-to-many directive
Element Tag Super Flags
isRequired %required directive
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many directive
directiveLocation directiveLocations one-to-many directive
Element Tag Super Flags
isDeprecated %deprecated directive
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many directive
directiveLocation directiveLocations one-to-many directive
Element Tag Super Flags
skip %skip directive
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many directive
directiveLocation directiveLocations one-to-many directive
Element Tag Super Flags
include %include directive
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many directive
directiveLocation directiveLocations one-to-many directive
Element Tag Super Flags
variable ref
Attributes
Name Tag Type Default Inherited Flags Description
type type string string
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
directive directives one-to-many
Element Tag Super Flags
stringVar string variable
Attributes
Name Tag Type Default Inherited Flags Description
type type string string variable
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many variable
directive directives one-to-many variable
Methods
Signature Statements
wzInitialize
set this.type = 'String';
Element Tag Super Flags
intVar int variable
Attributes
Name Tag Type Default Inherited Flags Description
type type string string variable
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many variable
directive directives one-to-many variable
Methods
Signature Statements
wzInitialize
set this.type = 'Int';
Element Tag Super Flags
floatVar float variable
Attributes
Name Tag Type Default Inherited Flags Description
type type string string variable
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many variable
directive directives one-to-many variable
Methods
Signature Statements
wzInitialize
set this.type = 'Float';
Element Tag Super Flags
booleanVar boolean variable
Attributes
Name Tag Type Default Inherited Flags Description
type type string string variable
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many variable
directive directives one-to-many variable
Methods
Signature Statements
wzInitialize
set this.type = 'Boolean';
Element Tag Super Flags
selection selection
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
directive directives one-to-many
Element Tag Super Flags
selectionSet { selection
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many
selection selections one-to-many
comment comments one-to-many selection
directive directives one-to-many selection
Element Tag Super Flags
field . selection
Attributes
Name Tag Type Default Inherited Flags Description
alias as string string
Relations
Name Role Cardinality Inherited Flags Description
argument arguments one-to-many
comment comments one-to-many selection
directive directives one-to-many selection
Element Tag Super Flags
fragmentSpread ... selection
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many selection
directive directives one-to-many selection
Element Tag Super Flags
inlineFragment ...on selection
Relations
Name Role Cardinality Inherited Flags Description
selectionSet one-to-one is-one-to-one
comment comments one-to-many selection
directive directives one-to-many selection
Element Tag Super Flags
argument @
Attributes
Name Tag Type Default Inherited Flags Description
defaultValue = string string
Relations
Name Role Cardinality Inherited Flags Description
value one-to-one is-one-to-one
Element Tag Super Flags
value ref
Attributes
Name Tag Type Default Inherited Flags Description
type type string string
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many
directive directives one-to-many
Element Tag Super Flags
stringValue string value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'String';
Element Tag Super Flags
intValue int value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'Int';
Element Tag Super Flags
floatValue float value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'Float';
Element Tag Super Flags
booleanValue boolean value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'Boolean';
Element Tag Super Flags
IDValue ID value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'ID';
Element Tag Super Flags
enumValue enum value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'enum';
Element Tag Super Flags
objectValue { value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
objectField objectFields one-to-many
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'object';
Element Tag Super Flags
objectField @ value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
value one-to-one is-one-to-one
comment comments one-to-many value
directive directives one-to-many value
Element Tag Super Flags
arrayValue [ value
Attributes
Name Tag Type Default Inherited Flags Description
type type string string value
Relations
Name Role Cardinality Inherited Flags Description
value values one-to-many
comment comments one-to-many value
directive directives one-to-many value
Methods
Signature Statements
wzInitialize
set this.type = 'array';