Studio Service

AppVersion

AppVersion

For storing and telling the information what app needed for each of its version.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!
appIdUUID!
versionString
betaFlagBoolean
stableFlagBoolean
manifestJsonJSON
viewerUrlString
editorUrlString
mediaSandboxAccessBooleanTo tell the Studio that the app required to access the sandbox storage or not.
configurationTypeAppConfigurationThe type of configuration that the app required.
storeDataJSON
createdAtDatetime
updatedAtDatetime
isLatestBoolean!Indicates the latest version of an app
isLatestStableBoolean!Indicates the latest stable version of an app
appByAppIdAppReads a single `App` that is related to this `AppVersion`.