Collection (Object)
Description
No description
Fields
Name | Description |
---|---|
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
}