INPUT_OBJECT

UpdateContactInput

Autogenerated input type of UpdateContact

link GraphQL Schema definition

  • input UpdateContactInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • id: ID!
  • name: String
  • number: String
  • email: String
  • tags: [String!]
  • }

link Require by