INPUT_OBJECT

UpdateUnsubscribedPhoneInput

link GraphQL Schema definition

  • input UpdateUnsubscribedPhoneInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Phone number.
  • phone: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by