Organisation
No description
type Organisation {
id: ID!
name: String!
kvkNumber: String!
webId: String!
businessLocation: BusinessLocation!
logo: String
telephoneNumber: String!
email: String!
audience: [Audience!]!
journeyTypeConfigurations: [JourneyTypeConfiguration!]!
}
Fields
Organisation.id ● ID! non-null scalar
Organisation.name ● String! non-null scalar
Name of organisation
Organisation.kvkNumber ● String! non-null scalar
KVK number (8 digits)
Organisation.webId ● String! non-null scalar
web id of organisation
Organisation.businessLocation ● BusinessLocation! non-null object
Business location fields
Organisation.logo ● String scalar
Logo (location in s3)
Organisation.telephoneNumber ● String! non-null scalar
Telephone number
Organisation.email ● String! non-null scalar
Email of organisation
Organisation.audience ● [Audience!]! non-null enum
Audience
Organisation.journeyTypeConfigurations ● [JourneyTypeConfiguration!]! non-null object
Templates that are allowed for journey types in combination with the consumer role
Returned by
organisation query ● organisations query
Member of
MemberProfile object