Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Mar 9, 2020
1 parent 76ed7a1 commit c719aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/schema.graphql
Expand Up @@ -3053,6 +3053,7 @@ type ConsignmentSubmission {
assets: [ConsignmentSubmissionCategoryAsset]
authenticity_certificate: Boolean
category: ConsignmentSubmissionCategoryAggregation
created_at: ISO8601DateTime
currency: String
depth: String
dimensions_metric: String
Expand Down Expand Up @@ -4826,6 +4827,8 @@ enum InvoiceState {
REFUNDED
}

scalar ISO8601DateTime

# Represents untyped JSON
scalar JSON

Expand Down

0 comments on commit c719aa1

Please sign in to comment.