Skip to content

namespaceProjectsCreate

Creates a new namespace project.

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
descriptionStringDescription for the new project.
nameString!Name for the new project.
namespaceIdNamespaceID!The id of the namespace which this project will belong to

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
namespaceProjectNamespaceProjectThe newly created project.