File tree Expand file tree Collapse file tree 3 files changed +25434
-70285
lines changed
Expand file tree Collapse file tree 3 files changed +25434
-70285
lines changed Original file line number Diff line number Diff line change @@ -104,79 +104,12 @@ type Query {
104104 viewer : User
105105}
106106
107- scalar Date
108-
109- type EntitiesError {
110- message : String !
111- }
112-
113- type EntitiesErrorResponse {
114- errors : [EntitiesError ! ]!
115- }
116-
117- type EntitiesResponse {
118- entities : [Entity ! ]!
119- }
120-
121- union EntitiesResponseOrError = EntitiesResponse | EntitiesErrorResponse
122-
123- type Entity {
124- typename : String !
125- }
126-
127107type Review {
128108 id : ID !
129109 rating : Float
130110 content : String
131111}
132112
133- interface Book {
134- id : ID !
135- title : String
136- publishedAt : Date
137- }
138-
139- interface ReadableObject {
140- text : String
141- }
142-
143- type TextBook implements Book & ReadableObject {
144- id : ID !
145- title : String
146- publishedAt : Date
147- text : String
148- }
149-
150- type ColoringBook implements Book {
151- id : ID !
152- title : String
153- publishedAt : Date
154- colors : [String ]
155- }
156-
157- enum ContractVariantFailedStep {
158- ADD_DIRECTIVE_DEFINITIONS_IF_NOT_PRESENT
159- ADD_INACCESSIBLE_SPEC_PURPOSE
160- DIRECTIVE_DEFINITION_LOCATION_AUGMENTING
161- EMPTY_ENUM_MASKING
162- EMPTY_INPUT_OBJECT_MASKING
163- EMPTY_OBJECT_AND_INTERFACE_FIELD_MASKING
164- EMPTY_OBJECT_AND_INTERFACE_MASKING
165- EMPTY_UNION_MASKING
166- INPUT_VALIDATION
167- PARSING
168- PARSING_TAG_DIRECTIVES
169- PARTIAL_INTERFACE_MASKING
170- SCHEMA_RETRIEVAL
171- TAG_INHERITING
172- TAG_MATCHING
173- TO_API_SCHEMA
174- TO_FILTER_SCHEMA
175- UNKNOWN
176- UNREACHABLE_TYPE_MASKING
177- VERSION_CHECK
178- }
179-
180113"""
181114An user account in our system
182115"""
You can’t perform that action at this time.
0 commit comments