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
  • about_me: String
  • email: String
  • first_name: String
  • first_url: String
  • last_name: String
  • phone_number: String
  • }