Skip to main content

CodeFileVersion

type CodeFileVersion implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
published: Boolean!
publishedBy: String
fileSettings: FileSettingsBlock
file: CodeFile!
}

Fields

CodeFileVersion.id ● ID! non-null scalar

CodeFileVersion.createdAt ● Time! non-null scalar

CodeFileVersion.updatedAt ● Time! non-null scalar

CodeFileVersion.companyID ● String! non-null scalar

CodeFileVersion.published ● Boolean! non-null scalar

CodeFileVersion.publishedBy ● String scalar

CodeFileVersion.fileSettings ● FileSettingsBlock scalar

CodeFileVersion.file ● CodeFile! non-null object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

updateCodeFileVersion mutation

Member Of

CodeFile object ● CodeFileVersionEdge object