GrantCategory
type GrantCategory {
allowDuplicateNames: Boolean!
allowedWhatItems: GrantCategoryAllowedWhatItems!
allowedWhoItems: GrantCategoryAllowedWhoItems!
canCreate: Boolean!
createdAt: Time!
defaultTypePerDataSource: [GrantCategoryTypeForDataSource!]
description: String!
descriptionMandatory: Boolean!
globalExceptions: Boolean!
icon: String!
id: ID!
isDefault: Boolean!
isSystem: Boolean!
locksOnCreate: [AccessControlLock!]
modifiedAt: Time!
multiDataSource: Boolean!
name: String!
namePlural: String!
nameRegEx: String
nameRegExMsg: String
namingHintRegEx: String
namingHintRegExMsg: String
}Fields
allowDuplicateNames ● Boolean! non-null scalar
allowedWhatItems ● GrantCategoryAllowedWhatItems! non-null object
allowedWhoItems ● GrantCategoryAllowedWhoItems! non-null object
canCreate ● Boolean! non-null scalar
createdAt ● Time! non-null scalar
defaultTypePerDataSource ● [GrantCategoryTypeForDataSource!] list object
description ● String! non-null scalar
descriptionMandatory ● Boolean! non-null scalar
globalExceptions ● Boolean! non-null scalar
icon ● String! non-null scalar
id ● ID! non-null scalar
isDefault ● Boolean! non-null scalar
isSystem ● Boolean! non-null scalar
locksOnCreate ● [AccessControlLock!] list enum
modifiedAt ● Time! non-null scalar
multiDataSource ● Boolean! non-null scalar
name ● String! non-null scalar
namePlural ● String! non-null scalar
nameRegEx ● String scalar
nameRegExMsg ● String scalar
namingHintRegEx ● String scalar
namingHintRegExMsg ● String scalar
Returned By
Member Of
Implemented By
Last updated
Was this helpful?