Skip to main content

RecipePage

No description

type RecipePage implements PageEntity {
accessibilityAudioAsset: String
accessibilityAudioAssetUrl: AbsoluteOrRelativeURL
accessibilityAudioAssetTitle: String
catalogAsset: String
clientId: ID
companyId: ID!
completionTimeSeconds: Int
contentDescription: String
contentEstimate: String
contentTime: String
createdAt: Date!
editableByChildren: Boolean
id: ID!
indentationLevel: Int
lessonId: ID!
title: String
type: TopicType!
updatedAt: Date!
description: String
asset: String
time: String
yield: String
nutrition: String
pairing: String
pairingIcon: String
ingredientGroups: [IngredientGroup!]!
steps: [IngredientStep!]!
preTextBlock: String
postTextBlock: String
client: String
}

Fields

RecipePage.accessibilityAudioAsset ● String scalar

RecipePage.accessibilityAudioAssetUrl ● AbsoluteOrRelativeURL scalar

RecipePage.accessibilityAudioAssetTitle ● String scalar

RecipePage.catalogAsset ● String scalar

RecipePage.clientId ● ID scalar

RecipePage.companyId ● ID! non-null scalar

RecipePage.completionTimeSeconds ● Int scalar

RecipePage.contentDescription ● String scalar

RecipePage.contentEstimate ● String scalar

RecipePage.contentTime ● String scalar

RecipePage.createdAt ● Date! non-null scalar

RecipePage.editableByChildren ● Boolean scalar

RecipePage.id ● ID! non-null scalar

RecipePage.indentationLevel ● Int scalar

RecipePage.lessonId ● ID! non-null scalar

RecipePage.title ● String scalar

RecipePage.type ● TopicType! non-null enum

RecipePage.updatedAt ● Date! non-null scalar

RecipePage.description ● String scalar

RecipePage.asset ● String scalar

RecipePage.time ● String scalar

RecipePage.yield ● String scalar

RecipePage.nutrition ● String scalar

RecipePage.pairing ● String scalar

RecipePage.pairingIcon ● String scalar

RecipePage.ingredientGroups ● [IngredientGroup!]! non-null object

RecipePage.steps ● [IngredientStep!]! non-null object

RecipePage.preTextBlock ● String scalar

RecipePage.postTextBlock ● String scalar

RecipePage.client ● String scalar

Interfaces

PageEntity interface

Implemented by

PageResource union