INPUT_OBJECT
MerchandiseCreateGenericType
Auto generated InputType for Merchandise model
link GraphQL Schema definition
- input MerchandiseCreateGenericType {
- # nazwa wyświetlana
- : String!
- # status
- : MerchandiseStatusEnumCreate
- # identyfikator zewnętrzny
- : String
- # width
- : Float
- # height
- : Float
- # length
- : Float
- # weight
- : Float
- # krok
- : ID!
- # oddział
- : ID
- # provider
- : ID
- # szerokość geograficzna
- : Float
- # długość geograficzna
- : Float
- # startowa szerokość geograficzna
- : Float
- # startowa szerokość geograficzna
- : Float
- # domyślna szerokość geograficzna
- : Float
- # domyślna szerokość geograficzna
- : Float
- # firma
- : ID
- # numer seryjny
- : String
- # ulica
- : String
- # kod pocztowy
- : String
- # ulica
- : String
- # kod pocztowy
- : String
- # ulica
- : String
- # kod pocztowy
- : String
- # return firm at
- : CustomDateTime
- # return producer at
- : CustomDateTime
- # Pole niestandardowe 1
- : String
- # Pole niestandardowe 2
- : String
- # Pole niestandardowe 3
- : String
- # Pole niestandardowe 4
- : String
- # Pole niestandardowe 5
- : String
- # Pole niestandardowe 6
- : String
- # schedule return alerts
- : [ID!]!
- : [ID!]
- : [ID!]
- : [ID!]
- }