StoreFront
A set of collections which are made up of links.
type StoreFront {
collections: [Collection!]!
collectionsPaginated(
first: Int
after: String
last: Int
before: String
): CollectionConnection!
contests(
first: Int
after: String
last: Int
before: String
): ContestConnection!
headerImage: String
id: ID!
name: String!
}
Fields
StoreFront.collections ● [Collection!]! non-null object
A list of the storefront's collections
StoreFront.collectionsPaginated ● CollectionConnection! non-null object
A paginated list of the storefront's collections
StoreFront.collectionsPaginated.first●IntscalarReturns the first n elements from the list.
StoreFront.collectionsPaginated.after ● String scalar
Returns the elements in the list that come after the specified cursor.
StoreFront.collectionsPaginated.last ● Int scalar
Returns the last n elements from the list.
StoreFront.collectionsPaginated.before ● String scalar
Returns the elements in the list that come before the specified cursor.
StoreFront.contests ● ContestConnection! non-null object
See active contests in this store front
StoreFront.contests.first●IntscalarReturns the first n elements from the list.
StoreFront.contests.after ● String scalar
Returns the elements in the list that come after the specified cursor.
StoreFront.contests.last ● Int scalar
Returns the last n elements from the list.
StoreFront.contests.before ● String scalar
Returns the elements in the list that come before the specified cursor.
StoreFront.headerImage ● String scalar
StoreFront.id ● ID! non-null scalar
StoreFront's ID
StoreFront.name ● String! non-null scalar
StoreFront's name
Returned by
DefaultStoreFront query ● StoreFront query