Skip to main content

IResource

No description

interface IResource {
id: Int!
language: String
class: String!
classId: Int! @deprecated
isHidden: YesNo!
}

Fields

IResource.id ● Int! non-null scalar

Resource primary identifier

IResource.language ● String scalar

The requested language for this this resource, default to the products default language. ISO 639-1 format.

IResource.class ● String! non-null scalar

The class of the request resource

IResource.classId ● Int! deprecated non-null scalar

DEPRECATED

Deprecated in favor of productId and clusterId

The class ID of the request resource

IResource.isHidden ● YesNo! non-null enum

The hidden status of this resource.

Implemented By

Cluster object ● Product object