INPUT_OBJECT

CreateProjectInput

Autogenerated input type of CreateProject

link GraphQL Schema definition

1input CreateProjectInput {
4
2# A unique identifier for the client performing the mutation.
3clientMutationId: String
7
5# The owner ID to create the project under.
6ownerId: ID!
10
8# The name of project.
9name: String!
13
11# The description of project.
12body: String
14}