GetIntegratorInfosOutput
The output data of Integrator infos
type GetIntegratorInfosOutput {
id: String!
name: String!
uniqueIdNumber: String!
distributor: Distributor
endCustomers: [EndCustomer!]!
users: [User!]
address: String!
city: String!
zipCode: String!
country: String!
isGoogleOauthMandatory: Boolean!
isMicrosoftOauthMandatory: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
GetIntegratorInfosOutput.id ● String! non-null scalar
The id of the integrator
GetIntegratorInfosOutput.name ● String! non-null scalar
The name of the integrator
GetIntegratorInfosOutput.uniqueIdNumber ● String! non-null scalar
The unique ID number of the integrator
GetIntegratorInfosOutput.distributor ● Distributor object
The distributor that the integrator belongs to
GetIntegratorInfosOutput.endCustomers ● [EndCustomer!]! non-null object
The list of end customers of the integrator
GetIntegratorInfosOutput.users ● [User!] list object
The users that belong to the integrator
GetIntegratorInfosOutput.address ● String! non-null scalar
The address of the integrator
GetIntegratorInfosOutput.city ● String! non-null scalar
The city of the integrator
GetIntegratorInfosOutput.zipCode ● String! non-null scalar
The zip code of the integrator
GetIntegratorInfosOutput.country ● String! non-null scalar
The country of the integrator
GetIntegratorInfosOutput.isGoogleOauthMandatory ● Boolean! non-null scalar
The flag that indicates if the user related to this integrator is mandatory to use Google OAuth
GetIntegratorInfosOutput.isMicrosoftOauthMandatory ● Boolean! non-null scalar
The flag that indicates if the user related to this integrator is mandatory to use Google OAuth
GetIntegratorInfosOutput.createdAt ● DateTime! non-null scalar
The date and time when the integrator was created
GetIntegratorInfosOutput.updatedAt ● DateTime! non-null scalar
The date and time when the integrator was last updated
Returned By
getMyIntegratorInfos query