Skip to main content

Product

The Product object contains info about products

type Product {
category: String
categoryStringId: String
companySpecific: Boolean
creditCost: Int
hrPage: Page
id: Int
language: String
languageIndependent: Boolean
name: String
publicPage: Page
recommended: Boolean
recommendedWhen: String
status: ProductStatus
subscriptionLevel: SubscriptionLevelType
timeToComplete: Int
}

Fields

Product.category ● String scalar

Product.categoryStringId ● String scalar

Product.companySpecific ● Boolean scalar

Product.creditCost ● Int scalar

Credit cost for calculating a result

Product.hrPage ● Page object

Product.id ● Int scalar

ID of this product

Product.language ● String scalar

Product.languageIndependent ● Boolean scalar

Product.name ● String scalar

Product.publicPage ● Page object

Product.recommended ● Boolean scalar

Product.recommendedWhen ● String scalar

Product.status ● ProductStatus enum

Product.subscriptionLevel ● SubscriptionLevelType enum

Product.timeToComplete ● Int scalar

Time in minutes to compete the assessment

Member Of

Assessment object