# Functions
No description provided by the author
DefaultAlias returns a `Alias` struct populated with its default values.
DefaultAnnotation returns a `Annotation` struct populated with its default values.
DefaultArgument returns a `Argument` struct populated with its default values.
DefaultDirective returns a `Directive` struct populated with its default values.
DefaultDirectiveRequire returns a `DirectiveRequire` struct populated with its default values.
DefaultEnum returns a `Enum` struct populated with its default values.
DefaultEnumValue returns a `EnumValue` struct populated with its default values.
DefaultError returns a `Error` struct populated with its default values.
DefaultField returns a `Field` struct populated with its default values.
DefaultImport returns a `Import` struct populated with its default values.
DefaultImportRef returns a `ImportRef` struct populated with its default values.
DefaultInterface returns a `Interface` struct populated with its default values.
DefaultList returns a `List` struct populated with its default values.
DefaultListValue returns a `ListValue` struct populated with its default values.
DefaultLocation returns a `Location` struct populated with its default values.
DefaultMap returns a `Map` struct populated with its default values.
DefaultNamed returns a `Named` struct populated with its default values.
DefaultNamespace returns a `Namespace` struct populated with its default values.
DefaultObjectField returns a `ObjectField` struct populated with its default values.
DefaultObjectValue returns a `ObjectValue` struct populated with its default values.
DefaultOperation returns a `Operation` struct populated with its default values.
DefaultOptional returns a `Optional` struct populated with its default values.
DefaultParameter returns a `Parameter` struct populated with its default values.
DefaultParserResult returns a `ParserResult` struct populated with its default values.
DefaultReference returns a `Reference` struct populated with its default values.
DefaultStream returns a `Stream` struct populated with its default values.
DefaultType returns a `Type` struct populated with its default values.
DefaultUnion returns a `Union` struct populated with its default values.
DefaultUnionMember returns a `UnionMember` struct populated with its default values.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Alias types are used for cases when scalar types (like string) should be parsed our treated like a different data type in the generated code.
Annotations attach additional metadata to elements.
No description provided by the author
No description provided by the author
Directives are used to ensure that an annotation's arguments match an expected format.
No description provided by the author
Enumerations (or enums) are a type that is constrained to a finite set of allowed values.
No description provided by the author
No description provided by the author
No description provided by the author
Apex can integrate external definitions using the import keyword.
No description provided by the author
Interfaces are conceptual groups of operations that allow the developer to divide communication into multiple components.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Namespace encapsulates is used to identify and refer to elements contained in the Apex specification.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Types are the most basic component of an Apex specification.
No description provided by the author
Unions types denote that a type can have one of several representations.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author