11Type
22====
33
4+ .. currentmodule :: graphql.type
5+
46.. automodule :: graphql.type
57
8+
69Definition
710----------
811
@@ -99,6 +102,7 @@ Resolvers
99102.. autoclass :: GraphQLTypeResolver
100103.. autoclass :: ResponsePath
101104
105+
102106Directives
103107----------
104108
@@ -116,11 +120,13 @@ Definitions
116120.. autoclass :: GraphQLSkipDirective
117121.. autoclass :: GraphQLDeprecatedDirective
118122
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 ``.
121129
122- The module also exports the constant :const: `DEFAULT_DEPRECATION_REASON `
123- that can be used as the default value for :obj: `deprecation_reason `.
124130
125131Introspection
126132-------------
@@ -130,7 +136,6 @@ Predicates
130136
131137.. autofunction :: is_introspection_type
132138
133-
134139Definitions
135140^^^^^^^^^^^
136141
@@ -139,8 +144,8 @@ Definitions
139144.. autoclass :: TypeNameMetaFieldDef
140145.. autoclass :: SchemaMetaFieldDef
141146
142- The list of all introspection types is available as
143- :data: ` introspection_types `.
147+ .. autodata :: introspection_types
148+
144149
145150Scalars
146151-------
@@ -162,6 +167,7 @@ Definitions
162167The list of all specified directives is available as
163168:data: `specified_directives `.
164169
170+
165171Schema
166172------
167173
@@ -184,7 +190,6 @@ Functions:
184190
185191.. autofunction :: validate_schema
186192
187-
188193Assertions
189194^^^^^^^^^^
190195
0 commit comments