fix(): Fulfillment custom schema error on provider (#13656)
This commit is contained in:
committed by
GitHub
parent
71014bafa6
commit
8fb7e04be7
5
.changeset/rich-suns-pull.md
Normal file
5
.changeset/rich-suns-pull.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/fulfillment": patch
|
||||
---
|
||||
|
||||
fix(): Fulfillment custom schema error on provider
|
||||
@@ -42,7 +42,6 @@ type FulfillmentProvider {
|
||||
id: ID!
|
||||
name: String!
|
||||
metadata: JSON
|
||||
shipping_options: [ShippingOption!]!
|
||||
created_at: DateTime!
|
||||
updated_at: DateTime!
|
||||
deleted_at: DateTime
|
||||
|
||||
Reference in New Issue
Block a user