Skip to main content

File

No description

type File implements BaseFields {
contentType: String!
createdAt: ISO8601DateTime!
filename: String!
id: ID!
size: Int!
updatedAt: ISO8601DateTime!
url: String!
}

Fields

File.contentType ● String! non-null scalar

File.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

File.filename ● String! non-null scalar

File.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

File.size ● Int! non-null scalar

File size in bytes

File.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

File.url ● String! non-null scalar

Interfaces

BaseFields interface

Member Of

IssueStatusHistory object