fix(): Fulfillment custom schema error on provider (#13656)

This commit is contained in:
Adrien de Peretti
2025-10-02 14:01:54 +02:00
committed by GitHub
parent 71014bafa6
commit 8fb7e04be7
2 changed files with 5 additions and 1 deletions

View File

@@ -42,7 +42,6 @@ type FulfillmentProvider {
id: ID!
name: String!
metadata: JSON
shipping_options: [ShippingOption!]!
created_at: DateTime!
updated_at: DateTime!
deleted_at: DateTime