INPUT_OBJECT

CreateContactInput

Autogenerated input type of CreateContact

link GraphQL Schema definition

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

link Require by