CreateProjectInput
The input used for creating a project.
input CreateProjectInput {
organization: UUID!
name: String!
profileImageUrl: String
}
Fields
CreateProjectInput.organization
● UUID!
non-null scalar
The ID of the organization the project belongs to.
CreateProjectInput.name
● String!
non-null scalar
The friendly name to denote the project from others belonging to the organization.
CreateProjectInput.profileImageUrl
● String
scalar
The URL of the project's profile image.
Member of
createProject
mutation