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.