INPUT_OBJECT

FirmCreateGenericType

Auto generated InputType for Firm model

link GraphQL Schema definition

  • input FirmCreateGenericType {
  • # identyfikator zewnętrzny
  • externalString: String
  • # wprowadź nazwę firmy
  • name: String!
  • # imię
  • contactFirstname: String
  • # nazwisko
  • contactSurname: String
  • # email
  • contactEmail: String
  • # telefon
  • contactPhone: String
  • # miasto
  • addressCity: String
  • # opis
  • contactDescription: String
  • # nip
  • nip: String
  • # ulica
  • addressStreet: String
  • # kod pocztowy
  • addressZipcode: String
  • # numer telefonu
  • addressNumber: String
  • # Pole niestandardowe 1
  • customField1: String
  • # Pole niestandardowe 2
  • customField2: String
  • # Pole niestandardowe 3
  • customField3: String
  • # Pole niestandardowe 4
  • customField4: String
  • # Pole niestandardowe 5
  • customField5: String
  • # Pole niestandardowe 6
  • customField6: String
  • sendAlerts: Boolean
  • ticket: [ID!]
  • comments: [ID!]
  • attachments: [ID!]
  • guests: [ID!]
  • merchandise: [ID!]
  • alerts: [ID!]
  • firmcontact: [ID!]
  • target: [ID!]
  • }