SupRefResource
Represents a resource related to a reference design.
type SupRefResource {
description: String!
downloadText: String!
downloadUrl: String!
note: String
otherResources: [SupRefResource]!
revisionDate: DateTime!
title: String!
}
Fields
SupRefResource.description ● String! non-null scalar
The resource description.
SupRefResource.downloadText ● String! non-null scalar
The information of the download URL.
SupRefResource.downloadUrl ● String! non-null scalar
The download URL for the resource.
SupRefResource.note ● String scalar
An optional note for the resource.
SupRefResource.otherResources ● [SupRefResource]! non-null object
Other related resources.
SupRefResource.revisionDate ● DateTime! non-null scalar
The revision date for the resource.
SupRefResource.title ● String! non-null scalar
The resource title.