Skip to main content

UserCompanyInfosOutput

The user company infos output

type UserCompanyInfosOutput {
id: String!
name: String!
uniqueIdNumber: String!
type: CompanyType!
address: String!
city: String!
zipCode: String!
country: String!
isMicrosoftOauthMandatory: Boolean!
isGoogleOauthMandatory: Boolean!
}

Fields

UserCompanyInfosOutput.id ● String! non-null scalar

The id of the company

UserCompanyInfosOutput.name ● String! non-null scalar

The name of the company

UserCompanyInfosOutput.uniqueIdNumber ● String! non-null scalar

The uniqueIdNumber of the company

UserCompanyInfosOutput.type ● CompanyType! non-null enum

The type of the company

UserCompanyInfosOutput.address ● String! non-null scalar

The address of the company

UserCompanyInfosOutput.city ● String! non-null scalar

The city of the company

UserCompanyInfosOutput.zipCode ● String! non-null scalar

The zip code of the company

UserCompanyInfosOutput.country ● String! non-null scalar

The country of the company

UserCompanyInfosOutput.isMicrosoftOauthMandatory ● Boolean! non-null scalar

Is Microsoft Oauth mandatory for the the company

UserCompanyInfosOutput.isGoogleOauthMandatory ● Boolean! non-null scalar

Is Google Oauth mandatory for the the company

Returned By

getMyCompany query ● updateMyCompany mutation