Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#14211)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored Jul 16, 2024
1 parent 4110d9c commit 3283ffb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
18 changes: 18 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -7024,6 +7024,8 @@ type ConsignmentSubmission {
# Uniq ID for this submission
id: ID!
internalID: ID
locationAddress: String
locationAddress2: String
locationCity: String
locationCountry: String
locationCountryCode: String
Expand Down Expand Up @@ -7311,6 +7313,18 @@ enum ConsignmentSubmissionSort {
# sort by literature in descending order
LITERATURE_DESC

# sort by location_address in ascending order
LOCATION_ADDRESS_ASC

# sort by location_address in descending order
LOCATION_ADDRESS_DESC

# sort by location_address2 in ascending order
LOCATION_ADDRESS2_ASC

# sort by location_address2 in descending order
LOCATION_ADDRESS2_DESC

# sort by location_city in ascending order
LOCATION_CITY_ASC

Expand Down Expand Up @@ -8418,6 +8432,8 @@ input CreateSubmissionMutationInput {
editionSize: Int
editionSizeFormatted: String
height: String
locationAddress: String
locationAddress2: String
locationCity: String
locationCountry: String
locationCountryCode: String
Expand Down Expand Up @@ -20277,6 +20293,8 @@ input UpdateSubmissionMutationInput {
externalId: ID
height: String
id: ID
locationAddress: String
locationAddress2: String
locationCity: String
locationCountry: String
locationCountryCode: String
Expand Down
4 changes: 3 additions & 1 deletion src/__generated__/CreateConsignSubmissionMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/__generated__/UpdateConsignSubmissionMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/__generated__/useCreateSubmissionMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/__generated__/useUpdateSubmissionMutation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3283ffb

Please sign in to comment.