Skip to main content

ProjectVersion

ProjectVersion is a snapshot of the list of labels of a project at a given time.

A projectVersion has a name and a download link to the snapshot.

type ProjectVersion {
_: Boolean
id: ID!
name: String!
createdAt: DateTime!
content: String
project: Project
projectId: String!
}

Fields

ProjectVersion._ ● Boolean scalar

ProjectVersion.id ● ID! non-null scalar

ID of the project version.

ProjectVersion.name ● String! non-null scalar

Name of the project version.

ProjectVersion.createdAt ● DateTime! non-null scalar

Date of which the project version was created.

ProjectVersion.content ● String scalar

Link to download the project version.

ProjectVersion.project ● Project object

Project from which the version was created.

ProjectVersion.projectId ● String! non-null scalar

ProjectId from which the version was created.

Member Of

Project object