Skip to main content

SupEvalKit

No description

type SupEvalKit {
bestPreviewImage: SupImage
compatibleSoftwareProjectData(
after: String
before: String
first: Int
last: Int
order: [SupSoftwareProjectSortInput!]
where: SupEvalKitCompatibleSoftwareProjectFilterInput
): SupEvalKitCompatibleSoftwareProjectConnection @deprecated
compatibleSoftwareProjectDetails(
after: String
before: String
first: Int
last: Int
order: [SupSoftwareProjectSortInput!]
where: SupEvalKitCompatibleSoftwareProjectFilterInput
): SupEvalKitCompatibleSoftwareProjectConnection
compatibleSoftwareProjectIds(
limit: Int! = 100
start: Int! = 0
): [ID!]! @deprecated
compatibleSoftwareProjects(
limit: Int! = 100
start: Int! = 0
): [SupSoftwareProject!]!
createdAt: DateTime!
description: String
devices: [SupEvalKitDevice!]!
esdSource: SupEvalKitESDSource
id: ID!
mainRefDesign: SupRefDesign
mainRefDesignId: String @deprecated
partIds: [String!]! @deprecated
previewImages: [SupImage!]
publisherId: String!
refDesignIds: [String!]! @deprecated
refDesigns: [SupRefDesign!]!
sourceUrl: String
title: String!
updatedAt: DateTime!
updatedById: String
updatedByName: String
}

Fields

SupEvalKit.bestPreviewImage ● SupImage object

The best evaluation kit images.

SupEvalKit.compatibleSoftwareProjectData ● SupEvalKitCompatibleSoftwareProjectConnection deprecated object

DEPRECATED

Use 'compatibleSoftwareProjectDetails' instead.

The compatible software projects of evaluation kit.

SupEvalKit.compatibleSoftwareProjectData.after ● String scalar

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

SupEvalKit.compatibleSoftwareProjectData.before ● String scalar

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

SupEvalKit.compatibleSoftwareProjectData.first ● Int scalar

Returns the first _n_ elements from the list.

SupEvalKit.compatibleSoftwareProjectData.last ● Int scalar

Returns the last _n_ elements from the list.

SupEvalKit.compatibleSoftwareProjectData.order ● [SupSoftwareProjectSortInput!] list input
SupEvalKit.compatibleSoftwareProjectData.where ● SupEvalKitCompatibleSoftwareProjectFilterInput input

SupEvalKit.compatibleSoftwareProjectDetails ● SupEvalKitCompatibleSoftwareProjectConnection object

The compatible software projects of evaluation kit.

SupEvalKit.compatibleSoftwareProjectDetails.after ● String scalar

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

SupEvalKit.compatibleSoftwareProjectDetails.before ● String scalar

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

SupEvalKit.compatibleSoftwareProjectDetails.first ● Int scalar

Returns the first _n_ elements from the list.

SupEvalKit.compatibleSoftwareProjectDetails.last ● Int scalar

Returns the last _n_ elements from the list.

SupEvalKit.compatibleSoftwareProjectDetails.order ● [SupSoftwareProjectSortInput!] list input
SupEvalKit.compatibleSoftwareProjectDetails.where ● SupEvalKitCompatibleSoftwareProjectFilterInput input

SupEvalKit.compatibleSoftwareProjectIds ● [ID!]! deprecated non-null scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

The list of compatible software project identifiers associated with the evaluation kit.

SupEvalKit.compatibleSoftwareProjectIds.limit ● Int! non-null scalar
SupEvalKit.compatibleSoftwareProjectIds.start ● Int! non-null scalar

SupEvalKit.compatibleSoftwareProjects ● [SupSoftwareProject!]! non-null object

The list of compatible software projects associated with the evaluation kit.

SupEvalKit.compatibleSoftwareProjects.limit ● Int! non-null scalar
SupEvalKit.compatibleSoftwareProjects.start ● Int! non-null scalar

SupEvalKit.createdAt ● DateTime! non-null scalar

The creation date.

SupEvalKit.description ● String scalar

The detailed description.

SupEvalKit.devices ● [SupEvalKitDevice!]! non-null object

The list of devices associated with the evaluation kit.

SupEvalKit.esdSource ● SupEvalKitESDSource object

The esd source.

SupEvalKit.id ● ID! non-null scalar

The evaluation kit identifier.

SupEvalKit.mainRefDesign ● SupRefDesign object

The main reference design associated with the evaluation kit.

SupEvalKit.mainRefDesignId ● String deprecated scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

The main reference design identifier associated with the evaluation kit.

SupEvalKit.partIds ● [String!]! deprecated non-null scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

The list of part identifiers associated with the evaluation kit.

SupEvalKit.previewImages ● [SupImage!] list object

The list of evaluation kit images.

SupEvalKit.publisherId ● String! non-null scalar

The publisher identifier.

SupEvalKit.refDesignIds ● [String!]! deprecated non-null scalar

DEPRECATED

Fields play a technical role for schema stitching purposes.

The list of reference design identifiers associated with the evaluation kit.

SupEvalKit.refDesigns ● [SupRefDesign!]! non-null object

The list of reference designs associated with the evaluation kit.

SupEvalKit.sourceUrl ● String scalar

The source url.

SupEvalKit.title ● String! non-null scalar

The evaluation kit title.

SupEvalKit.updatedAt ● DateTime! non-null scalar

The last updated date.

SupEvalKit.updatedById ● String scalar

The user id who last updated the evaluation kit.

SupEvalKit.updatedByName ● String scalar

The user name who last updated the evaluation kit.