Skip to main content

Profile

No description

type Profile {
bankAccount: BankAccount
billingAddress: Address
comment: String
createdDate: DateTime!
id: UUID!
identity: Identity
logoFolder: Folder
officialContact: Contact
otherFolder: Folder
registration: Registration
ribFolder: Folder
statusFolder: Folder
type: ProfileType
updatedDate: DateTime!
}

Fields

NomTypeDescription
bankAccountBankAccount object
billingAddressAddress object
commentString scalar
createdDateDateTime! non-null scalar
idUUID! non-null scalar
identityIdentity object
logoFolderFolder object
officialContactContact object
otherFolderFolder object
registrationRegistration object
ribFolderFolder object
statusFolderFolder object
typeProfileType enum
updatedDateDateTime! non-null scalarOwner