INTERFACE
DeliveryMethodInterface
link GraphQL Schema definition
- interface DeliveryMethodInterface {
- : ID!
- : String!
- : [BasketPayment!]!
- : Int!
- }
INTERFACE
- interface DeliveryMethodInterface {
- : ID!
- : String!
- : [BasketPayment!]!
- : Int!
- }