INPUT_OBJECT
Autogenerated input type of CreateProject
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}