enum Oxide::Directive::Location
Defined in:
oxide/directive.crEnum Members
-
QUERY =
0
-
Executeable directives
-
MUTATION =
1
-
SUBSCRIPTION =
2
-
FIELD =
3
-
FRAGMENT_DEFINITION =
4
-
FRAGMENT_SPREAD =
5
-
INLINE_FRAGMENT =
6
-
SCHEMA =
7
-
Type system directives
-
SCALAR =
8
-
OBJECT =
9
-
FIELD_DEFINITION =
10
-
ARGUMENT_DEFINITION =
11
-
INTERFACE =
12
-
UNION =
13
-
ENUM =
14
-
ENUM_VALUE =
15
-
INPUT_OBJECT =
16
-
INPUT_FIELD_DEFINITION =
17
Instance Method Summary
- #argument_definition?
- #enum?
- #enum_value?
- #field?
- #field_definition?
- #fragment_definition?
- #fragment_spread?
- #inline_fragment?
- #input_field_definition?
- #input_object?
- #interface?
- #mutation?
- #object?
- #query?
- #scalar?
- #schema?
- #subscription?
- #to_human
- #union?