INPUT_OBJECT

CreateProjectInput

Autogenerated input type of CreateProject

link GraphQL Schema definition

  • input CreateProjectInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The owner ID to create the project under.
  • ownerId: ID!
  • # The name of project.
  • name: String!
  • # The description of project.
  • body: String
  • }