class UpdateComponentPermissionInput(val addedEntries: OptionalInput<List<@TypeGraphQLType(name = "ComponentPermissionEntry") String>>, val removedEntries: OptionalInput<List<@TypeGraphQLType(name = "ComponentPermissionEntry") String>>) : UpdateBasePermissionInput
Input for the updateComponentPermission mutation
Constructors
Link copied to clipboard
constructor(addedEntries: OptionalInput<List<@TypeGraphQLType(name = "ComponentPermissionEntry") String>>, removedEntries: OptionalInput<List<@TypeGraphQLType(name = "ComponentPermissionEntry") String>>)
Properties
Link copied to clipboard
open override val addedEntries: OptionalInput<List<@TypeGraphQLType(name = "ComponentPermissionEntry") String>>
Entries to add, must be disjoint with removedEntries
Link copied to clipboard
Ids of affected users to add
Link copied to clipboard
The description of the NamedNode
Link copied to clipboard
open override val removedEntries: OptionalInput<List<@TypeGraphQLType(name = "ComponentPermissionEntry") String>>
Entries to remove, must be disjoint with addedEntries
Link copied to clipboard
Ids of affected users to remove