INPUT_OBJECT

DeleteProjectInput

Autogenerated input type of DeleteProject

link GraphQL Schema definition

  • input DeleteProjectInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Project ID to update.
  • projectId: ID!
  • }