Enum SyntaxKind
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public enum SyntaxKind
Fields
| Name | Description |
|---|---|
| Argument | Indicates an Argument |
| BooleanValue | Indicates an Boolean |
| Directive | Indicates an Directive |
| DirectiveDefinition | Indicates an Directive |
| Document | Indicates an Document |
| EnumTypeDefinition | Indicates an Enum |
| EnumTypeExtension | Indicates an Enum |
| EnumValue | Indicates an Enum |
| EnumValueDefinition | Indicates an Enum |
| Field | Indicates an Field |
| FieldDefinition | Indicates an Field |
| FloatValue | Indicates an Float |
| FragmentDefinition | Indicates an Fragment |
| FragmentSpread | Indicates an Fragment |
| InlineFragment | Indicates an Inline |
| InputObjectTypeDefinition | Indicates an Input |
| InputObjectTypeExtension | Indicates an Input |
| InputValueDefinition | Indicates an Input |
| InterfaceTypeDefinition | Indicates an Interface |
| InterfaceTypeExtension | Indicates an Interface |
| IntValue | Indicates an Int |
| ListType | Indicates an List |
| ListValue | Indicates an List |
| Name | Indicates an Name |
| NamedType | Indicates an Named |
| NonNullType | Indicates an Non |
| NullValue | Indicates an Null |
| ObjectField | Indicates an Object |
| ObjectTypeDefinition | Indicates an Object |
| ObjectTypeExtension | Indicates an Object |
| ObjectValue | Indicates an Object |
| OperationDefinition | Indicates an Operation |
| OperationTypeDefinition | Indicates an Operation |
| Punctuator | Indicates an Punctuator |
| ScalarTypeDefinition | Indicates an Scalar |
| ScalarTypeExtension | Indicates an Scalar |
| SchemaDefinition | Indicates an Schema |
| SchemaExtension | Indicates an Schema |
| SelectionSet | Indicates an Selection |
| StringValue | Indicates an String |
| UnionTypeDefinition | Indicates an Union |
| UnionTypeExtension | Indicates an Union |
| Variable | Indicates an Variable |
| VariableDefinition | Indicates an Variable |