Skip to main content

PreviewKey

No description

type PreviewKey implements Node {
id: ID!
virtualStagingEnvironments: [VirtualStagingEnvironment!]!
createdDate: DateTime!
expiryDate: DateTime
enabled: Boolean!
label: String!
}

Fields
Link copied!

PreviewKey.id ● ID! non-null scalar
Link copied!

PreviewKey.virtualStagingEnvironments ● [VirtualStagingEnvironment!]! non-null object
Link copied!

PreviewKey.createdDate ● DateTime! non-null scalar
Link copied!

PreviewKey.expiryDate ● DateTime scalar
Link copied!

PreviewKey.enabled ● Boolean! non-null scalar
Link copied!

PreviewKey.label ● String! non-null scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

previewKey query ● updatePreviewKey mutation

Member of
Link copied!

PreviewKeyEdge object