1
1
Type
2
2
====
3
3
4
+ .. currentmodule :: graphql.type
5
+
4
6
.. automodule :: graphql.type
5
7
8
+
6
9
Definition
7
10
----------
8
11
@@ -99,6 +102,7 @@ Resolvers
99
102
.. autoclass :: GraphQLTypeResolver
100
103
.. autoclass :: ResponsePath
101
104
105
+
102
106
Directives
103
107
----------
104
108
@@ -116,11 +120,13 @@ Definitions
116
120
.. autoclass :: GraphQLSkipDirective
117
121
.. autoclass :: GraphQLDeprecatedDirective
118
122
119
- The list of all specified directives is available as
120
- :data: `specified_directives `.
123
+ .. autodata :: specified_directives
124
+
125
+ .. data :: DEFAULT_DEPRECATION_REASON
126
+ :annotation: = 'No longer supported'
127
+
128
+ String constant that can be used as the default value for ``deprecation_reason ``.
121
129
122
- The module also exports the constant :const: `DEFAULT_DEPRECATION_REASON `
123
- that can be used as the default value for :obj: `deprecation_reason `.
124
130
125
131
Introspection
126
132
-------------
@@ -130,7 +136,6 @@ Predicates
130
136
131
137
.. autofunction :: is_introspection_type
132
138
133
-
134
139
Definitions
135
140
^^^^^^^^^^^
136
141
@@ -139,8 +144,8 @@ Definitions
139
144
.. autoclass :: TypeNameMetaFieldDef
140
145
.. autoclass :: SchemaMetaFieldDef
141
146
142
- The list of all introspection types is available as
143
- :data: ` introspection_types `.
147
+ .. autodata :: introspection_types
148
+
144
149
145
150
Scalars
146
151
-------
@@ -162,6 +167,7 @@ Definitions
162
167
The list of all specified directives is available as
163
168
:data: `specified_directives `.
164
169
170
+
165
171
Schema
166
172
------
167
173
@@ -184,7 +190,6 @@ Functions:
184
190
185
191
.. autofunction :: validate_schema
186
192
187
-
188
193
Assertions
189
194
^^^^^^^^^^
190
195
0 commit comments