Skip to main content

SupSoftwareProject

No description

type SupSoftwareProject {
compatibleEvalKit(
id: ID!
): SupSoftwareProjectEvalKitSource
compatibleEvalKitData(
after: String
before: String
first: Int
last: Int
order: [SupSoftwareProjectCompatibleEvalKitSortInput!]
where: SupSoftwareProjectCompatibleEvalKitFilterInput
): SupSoftwareProjectEvalKitSourceConnection @deprecated
compatibleEvalKitDetails(
after: String
before: String
first: Int
last: Int
order: [SupSoftwareProjectCompatibleEvalKitSortInput!]
where: SupSoftwareProjectCompatibleEvalKitFilterInput
): SupSoftwareProjectEvalKitSourceConnection
compatibleEvalKits: [SupSoftwareProjectEvalKitSource!]
createdAt: DateTime!
description: String
id: ID!
publisherId: String!
title: String!
type: SupSoftwareProjectType!
updatedAt: DateTime!
updatedById: String
updatedByName: String
}

Fields

SupSoftwareProject.compatibleEvalKit ● SupSoftwareProjectEvalKitSource object

The evaluation kit source associated with the software project.

SupSoftwareProject.compatibleEvalKit.id ● ID! non-null scalar

SupSoftwareProject.compatibleEvalKitData ● SupSoftwareProjectEvalKitSourceConnection deprecated object

DEPRECATED

Use 'compatibleEvalKitDetails' instead.

The compatible evaluation kits of software project.

SupSoftwareProject.compatibleEvalKitData.after ● String scalar

Returns the elements in the list that come after the specified cursor.

SupSoftwareProject.compatibleEvalKitData.before ● String scalar

Returns the elements in the list that come before the specified cursor.

SupSoftwareProject.compatibleEvalKitData.first ● Int scalar

Returns the first _n_ elements from the list.

SupSoftwareProject.compatibleEvalKitData.last ● Int scalar

Returns the last _n_ elements from the list.

SupSoftwareProject.compatibleEvalKitData.order ● [SupSoftwareProjectCompatibleEvalKitSortInput!] list input
SupSoftwareProject.compatibleEvalKitData.where ● SupSoftwareProjectCompatibleEvalKitFilterInput input

SupSoftwareProject.compatibleEvalKitDetails ● SupSoftwareProjectEvalKitSourceConnection object

The compatible evaluation kits of software project.

SupSoftwareProject.compatibleEvalKitDetails.after ● String scalar

Returns the elements in the list that come after the specified cursor.

SupSoftwareProject.compatibleEvalKitDetails.before ● String scalar

Returns the elements in the list that come before the specified cursor.

SupSoftwareProject.compatibleEvalKitDetails.first ● Int scalar

Returns the first _n_ elements from the list.

SupSoftwareProject.compatibleEvalKitDetails.last ● Int scalar

Returns the last _n_ elements from the list.

SupSoftwareProject.compatibleEvalKitDetails.order ● [SupSoftwareProjectCompatibleEvalKitSortInput!] list input
SupSoftwareProject.compatibleEvalKitDetails.where ● SupSoftwareProjectCompatibleEvalKitFilterInput input

SupSoftwareProject.compatibleEvalKits ● [SupSoftwareProjectEvalKitSource!] list object

The list of evaluation kit sources associated with the software project.

SupSoftwareProject.createdAt ● DateTime! non-null scalar

The creation date.

SupSoftwareProject.description ● String scalar

The detailed description.

SupSoftwareProject.id ● ID! non-null scalar

The software project identifier.

SupSoftwareProject.publisherId ● String! non-null scalar

The publisher identifier.

SupSoftwareProject.title ● String! non-null scalar

The software project title.

SupSoftwareProject.type ● SupSoftwareProjectType! non-null enum

The software project type.

SupSoftwareProject.updatedAt ● DateTime! non-null scalar

The last updated date.

SupSoftwareProject.updatedById ● String scalar

The user id who last updated the software project.

SupSoftwareProject.updatedByName ● String scalar

The user name who last updated the software project.