Skip to content

Commit

Permalink
chore: update ecommerce-schema.graphql and rerun codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Aug 13, 2024
1 parent 29d42a9 commit 25ccc99
Show file tree
Hide file tree
Showing 3 changed files with 25,434 additions and 70,285 deletions.
67 changes: 0 additions & 67 deletions .storybook/stories/ecommerce-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -104,79 +104,12 @@ type Query {
viewer: User
}

scalar Date

type EntitiesError {
message: String!
}

type EntitiesErrorResponse {
errors: [EntitiesError!]!
}

type EntitiesResponse {
entities: [Entity!]!
}

union EntitiesResponseOrError = EntitiesResponse | EntitiesErrorResponse

type Entity {
typename: String!
}

type Review {
id: ID!
rating: Float
content: String
}

interface Book {
id: ID!
title: String
publishedAt: Date
}

interface ReadableObject {
text: String
}

type TextBook implements Book & ReadableObject {
id: ID!
title: String
publishedAt: Date
text: String
}

type ColoringBook implements Book {
id: ID!
title: String
publishedAt: Date
colors: [String]
}

enum ContractVariantFailedStep {
ADD_DIRECTIVE_DEFINITIONS_IF_NOT_PRESENT
ADD_INACCESSIBLE_SPEC_PURPOSE
DIRECTIVE_DEFINITION_LOCATION_AUGMENTING
EMPTY_ENUM_MASKING
EMPTY_INPUT_OBJECT_MASKING
EMPTY_OBJECT_AND_INTERFACE_FIELD_MASKING
EMPTY_OBJECT_AND_INTERFACE_MASKING
EMPTY_UNION_MASKING
INPUT_VALIDATION
PARSING
PARSING_TAG_DIRECTIVES
PARTIAL_INTERFACE_MASKING
SCHEMA_RETRIEVAL
TAG_INHERITING
TAG_MATCHING
TO_API_SCHEMA
TO_FILTER_SCHEMA
UNKNOWN
UNREACHABLE_TYPE_MASKING
VERSION_CHECK
}

"""
An user account in our system
"""
Expand Down
Loading

1 comment on commit 25ccc99

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 99%
98.48% (130/132) 90% (36/40) 93.75% (30/32)
Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 3.349s ⏱️
Coverage Report (99%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files98.489093.7599.22 
   handlers.ts10093.7510010089
   utilities.ts95.9187.585.7197.91120

Please sign in to comment.