Skip to main content

ResultFiles

No description

type ResultFiles {
archive: String
archiveContentType: String
archiveFilename: String
archiveId: String
archiveSize: Int
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime!
id: ID!
name: String
portalUser: PortalUser
portalUserId: ID @deprecated
updatedAt: ISO8601DateTime!
}

Fields

ResultFiles.archive ● String scalar

ResultFiles.archiveContentType ● String scalar

ResultFiles.archiveFilename ● String scalar

ResultFiles.archiveId ● String scalar

ResultFiles.archiveSize ● Int scalar

ResultFiles.createdAt ● ISO8601DateTime! non-null scalar

ResultFiles.deletedAt ● ISO8601DateTime! non-null scalar

ResultFiles.id ● ID! non-null scalar

ResultFiles.name ● String scalar

ResultFiles.portalUser ● PortalUser object

ResultFiles.portalUserId ● ID deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'portal_user' to get the information that you need

ResultFiles.updatedAt ● ISO8601DateTime! non-null scalar

Member Of

Project object