Skip to main content

Collection (Object)

Description

No description



Fields

NameDescription
createdAt - DateTime!
createdBy - Member
customOrderingIndex - Float!
description - String
externalId - ID
id - ID!
name - String!
network - Network
relativeUrl - String
slug - String!
spaces - PaginatedSpace
updatedAt - DateTime!
url - String

type Collection {
createdAt: DateTime!
createdBy: Member
customOrderingIndex: Float!
description: String
externalId: ID
id: ID!
name: String!
network: Network
relativeUrl: String
slug: String!
spaces(
exploreOnly: Boolean
limit: Int!
memberId: ID
): PaginatedSpace
updatedAt: DateTime!
url: String
}