WorkatoCustomerAccount
No description
type WorkatoCustomerAccount {
id: ID!
externalId: String!
name: String!
notificationEmail: String!
planId: String
originUrl: String
frameAncestors: String
whitelistedApps: [String]
timeZone: String
authSettings: WorkatoAuthSettings
}