CreateIntegratorInput
The data required to create an integrator
input CreateIntegratorInput {
distributorId: String
name: String!
address: String!
city: String!
zipCode: String!
country: String!
uniqueIdNumber: String!
}
Fields
CreateIntegratorInput.distributorId
● String
scalar
The ID of the distributor that will be related to the integrator
CreateIntegratorInput.name
● String!
non-null scalar
The name of the integrator
CreateIntegratorInput.address
● String!
non-null scalar
The address of the integrator
CreateIntegratorInput.city
● String!
non-null scalar
The city of the integrator
CreateIntegratorInput.zipCode
● String!
non-null scalar
The zip code of the integrator
CreateIntegratorInput.country
● String!
non-null scalar
The country of the integrator
CreateIntegratorInput.uniqueIdNumber
● String!
non-null scalar
The unique identifier of the integrator
Member Of
createIntegrator
mutation