INPUT_OBJECT
CreateUnsubscribedPhoneInput
link GraphQL Schema definition
- input CreateUnsubscribedPhoneInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Phone number that has unsubscribed from receiving SMS messages, in E.164 format.
- : String
- # Revision when entity was lastly changed.
- : Int
- }