INPUT_OBJECT
Autogenerated input type of CreateProject
1input CreateProjectInput {42# A unique identifier for the client performing the mutation.3clientMutationId: String75# The owner ID to create the project under.6ownerId: ID!108# The name of project.9name: String!1311# The description of project.12body: String14}