INPUT_OBJECT
UpdateMeMutationInput
The input object that defines the fields for the updateMe mutation.
link GraphQL Schema definition
- input UpdateMeMutationInput {
- # A descriptive name.
- : String
- # A username, used for authentication.
- : String
- # An email address.
- : EmailAddress
- # A mobile phone number. This will be used to send SMS messages.
- : Numeric
- # A password.
- : String
- # The publicly viewable name of this user.
- : String
- # The preferred language for this user. If none is set, then the system default
- # will be used. This will affect the interface, as well as communications sent to
- # this user.
- : Language
- # The number of records shown in a paginated table at once.
- : Int64Bit
- # Whether or not the navigation bar on the side is loaded in an expanded state.
- : Boolean
- # Saved settings for the web application. This field is meant to be user
- # configurable.
- : Text
- # Your notification settings.
- : [NotificationSettingMutationInput]
- # Setting this value to `true` will set `mobile_number` to null.
- : Boolean
- }