Skip to main content

Showcase

No description

type Showcase implements Sortable, Syncable {
id: ID!
sortID: SortID!
version: Version!
name: String!
userID: ID!
momentIDs: [ID!]
moments: [MintedMoment!]
user: UserPublicInfo
momentsOrder: [ShowcaseMomentOrder]
questID: ID
}

Fields

id ● ID! non-null scalar

sortID ● SortID! non-null scalar

version ● Version! non-null scalar

name ● String! non-null scalar

userID ● ID! non-null scalar

momentIDs ● [ID!] list scalar

moments ● [MintedMoment!] list object

user ● UserPublicInfo object

momentsOrder ● [ShowcaseMomentOrder] list object

questID ● ID scalar

Interfaces

Sortable interface

Syncable interface

Returned by

getShowcaseByID query

Member of

GetUserShowcasesResponse object ● Showcases object