Skip to content

CreateProjectInput ​

Input for the createProject mutation

graphql
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

Released under the MIT License.