-
- All Implemented Interfaces:
-
com.apollographql.apollo.api.EnumValue,java.io.Serializable,kotlin.Comparable
public enum __DirectiveLocation extends Enum<__DirectiveLocation> implements EnumValue
An enum describing valid locations where a directive can be placed
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class__DirectiveLocation.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN__Auto generated constant for unknown enum values
INPUT_FIELD_DEFINITIONIndicates the directive is valid on an input object field SDL definition.
INPUT_OBJECTIndicates the directive is valid on an input object SDL definition.
ENUM_VALUEIndicates the directive is valid on an enum value SDL definition.
ENUMIndicates the directive is valid on an enum SDL definition.
UNIONIndicates the directive is valid on an union SDL definition.
INTERFACEIndicates the directive is valid on an interface SDL definition.
ARGUMENT_DEFINITIONIndicates the directive is valid on a field argument SDL definition.
FIELD_DEFINITIONIndicates the directive is valid on a field SDL definition.
OBJECTIndicates the directive is valid on an object SDL definition.
SCALARIndicates the directive is valid on a scalar SDL definition.
SCHEMAIndicates the directive is valid on a schema SDL definition.
INLINE_FRAGMENTIndicates the directive is valid on inline fragments.
FRAGMENT_SPREADIndicates the directive is valid on fragment spreads.
FRAGMENT_DEFINITIONIndicates the directive is valid on fragment definitions.
FIELDIndicates the directive is valid on fields.
MUTATIONIndicates the directive is valid on mutations.
QUERYIndicates the directive is valid on queries.
-
Method Summary
Modifier and Type Method Description StringgetRawValue()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getRawValue
String getRawValue()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-