Skip to content

Commit 25ccc99

Browse files
committed
chore: update ecommerce-schema.graphql and rerun codegen
1 parent 29d42a9 commit 25ccc99

File tree

3 files changed

+25434
-70285
lines changed

3 files changed

+25434
-70285
lines changed

.storybook/stories/ecommerce-schema.graphql

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff 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-
127107
type 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
"""
181114
An user account in our system
182115
"""

0 commit comments

Comments
 (0)