Integrator
Integrator
type Integrator {
id: String!
name: String!
uniqueIdNumber: String!
apiKey: String
users: [User!]
endCustomers: [EndCustomer!]
distributor: Distributor
distributorId: String
address: String!
city: String!
zipCode: String!
country: String!
isGoogleOauthMandatory: Boolean!
isMicrosoftOauthMandatory: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
Integrator.id ● String! non-null scalar
The ID of the integrator
Integrator.name ● String! non-null scalar
The name of the integrator
Integrator.uniqueIdNumber ● String! non-null scalar
The unique ID number of the integrator
Integrator.apiKey ● String scalar
The API key of the integrator
Integrator.users ● [User!] list object
The users that belong to the integrator
Integrator.endCustomers ● [EndCustomer!] list object
The end customers that belong to the integrator
Integrator.distributor ● Distributor object
The distributor that the integrator belongs to
Integrator.distributorId ● String scalar
The ID of the distributor that the integrator belongs to
Integrator.address ● String! non-null scalar
The address of the integrator
Integrator.city ● String! non-null scalar
The city of the integrator
Integrator.zipCode ● String! non-null scalar
The zip code of the integrator
Integrator.country ● String! non-null scalar
The country of the integrator
Integrator.isGoogleOauthMandatory ● Boolean! non-null scalar
The flag that indicates if the user related to this integrator is mandatory to use Google OAuth
Integrator.isMicrosoftOauthMandatory ● Boolean! non-null scalar
The flag that indicates if the user related to this integrator is mandatory to use Google OAuth
Integrator.createdAt ● DateTime! non-null scalar
The date and time when the integrator was created
Integrator.updatedAt ● DateTime! non-null scalar
The date and time when the integrator was last updated
Returned By
affectUserToIntegrator mutation ● createIntegrator mutation ● deleteIntegrator mutation ● findIntegratorById query ● getAllIntegrators query ● updateIntegratorInfos mutation ● updateIntegratorOauthProviderRule mutation
Member Of
ApiKey object ● CreatedUser object ● Distributor object ● EndCustomer object ● MeOutput object ● SanitizedUser object ● User object