class UpdateIMSUserInput(val templatedFields: OptionalInput<List<JSONFieldInput>>, val username: OptionalInput<String?>, val gropiusUser: OptionalInput<ID?>) : UpdateUserInput, UpdateTemplatedNodeInput
Input for the updateIMSUser mutation
Constructors
Link copied to clipboard
constructor(templatedFields: OptionalInput<List<JSONFieldInput>>, username: OptionalInput<String?>, gropiusUser: OptionalInput<ID?>)