Hierarchy

Implements

Index

Constructors

constructor

Properties

fields

fields: List<Field>

id

id: string

inline

inline: boolean

mutations

mutations: List<Mutation>

next

next: IronBlock

statements

statements: List<Statement>

type

type: string

values

values: List<Value>

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

evaluate

  • evaluate(context: Context): any

evaluateAsync

  • evaluateAsync(context: Context): Promise<any>

implements

  • implements(): any[]
  • Returns any[]

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

  • is2<T>(type: object | Interface<T>): boolean
  • Type parameters

    • T

    Parameters

    Returns boolean

Generated using TypeDoc