IResource
No description
interface IResource {
id: Int!
language: String
class: ProductClass!
hidden: 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 ● ProductClass! non-null enum
The class of the request resource
IResource.hidden ● YesNo! non-null enum
The hidden status of this resource.