CreateProjectInput
Input for the createProject mutation
input CreateProjectInput {
description: String!
name: String!
repositoryURL: URL
}
Fields
CreateProjectInput.description ● String! non-null scalar
The description of the NamedNode
CreateProjectInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
CreateProjectInput.repositoryURL ● URL scalar
The repositoryURL of the named node
Member of
createProject mutation