SupSoftwareProjectEvalKitSource
No description
type SupSoftwareProjectEvalKitSource {
compatibleEvalKitId: String! @deprecated
configUrl: String! @deprecated
configXmlUrl: String! @deprecated
evalKit: SupEvalKit!
evalKitId: ID! @deprecated
projectSources(
types: [SupSoftwareProjectEvalKitProjectSourceType]
): [SupSoftwareProjectEvalKitProjectSource!]
readmeUrl: String! @deprecated
sourceUrl: String! @deprecated
}
Fields
SupSoftwareProjectEvalKitSource.compatibleEvalKitId ● String! deprecated non-null scalar
DEPRECATED
Fields play a technical role for internal uses.
The compatible evaluation kit identifier.
SupSoftwareProjectEvalKitSource.configUrl ● String! deprecated non-null scalar
DEPRECATED
Use 'projectSources' instead.
The URL of the config associated with the software project.
SupSoftwareProjectEvalKitSource.configXmlUrl ● String! deprecated non-null scalar
DEPRECATED
Use 'projectSources' instead.
The URL of the config XML associated with the software project.
SupSoftwareProjectEvalKitSource.evalKit ● SupEvalKit! non-null object
The evaluation kit associated with the software project.
SupSoftwareProjectEvalKitSource.evalKitId ● ID! deprecated non-null scalar
DEPRECATED
Fields play a technical role for schema stitching purposes.
The evaluation kit identifier.
SupSoftwareProjectEvalKitSource.projectSources ● [SupSoftwareProjectEvalKitProjectSource!] list object
The list of evaluation kit project sources.
SupSoftwareProjectEvalKitSource.projectSources.types ● [SupSoftwareProjectEvalKitProjectSourceType] list enum
SupSoftwareProjectEvalKitSource.readmeUrl ● String! deprecated non-null scalar
DEPRECATED
Use 'projectSources' instead.
The URL of the readme associated with the software project.
SupSoftwareProjectEvalKitSource.sourceUrl ● String! deprecated non-null scalar
DEPRECATED
Use 'projectSources' instead.
The URL of the source associated with the software project.