INPUT_OBJECT
UpdateLookerViewLicenseMutationInput
The input object that defines the fields for the updateLookerViewLicense mutation.
link GraphQL Schema definition
- input UpdateLookerViewLicenseMutationInput {
- # The ID of a User.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `user_id` to null.
- : Boolean
- }