Skip to main content

Space (Object)

Description

No description



Fields

NameDescription
address - SpaceAddress!
authMemberProps - SpaceAuthMemberProps
banner - Media
bannerId - ID
collection - Collection
createdAt - DateTime!
createdBy - Member
createdById - ID!
customOrderingIndexInGroup - Float!
customSeoDetail - CustomSeoDetail
description - String
externalId - ID
externalUrl - String
groupId - ID
hidden - Boolean
highlightedTagIds - [ID!]!
highlightedTags - [Tag!]
id - ID!
image - Media
imageId - ID
installedApps - PaginatedAppInstallation
inviteOnly - Boolean
isHomepage - Boolean
isNewUserHomepage - Boolean
isReturningUserHomepage - Boolean
key - String!
layout - String!
members - PaginatedSpaceMember
membersCount - Int!
name - String!
network - Network
networkId - ID!
nonAdminsCanInvite - Boolean
pinnedPosts - [Post!]
posts - PaginatedPost
postsCount - Int
private - Boolean
relativeUrl - String
roles - [SpaceRole!]
seoDetail - SpaceSeoDetail
shortcuts - [Shortcut!]
slate - Slate
slug - String!
subscribersCount - Int
tagFilter - TagFilter
tags - PaginatedTag
type - SpaceType!
updatedAt - DateTime!
url - String
whoCanPost - [ID!]
whoCanReact - [ID!]
whoCanReply - [ID!]

type Space {
address: SpaceAddress!
authMemberProps: SpaceAuthMemberProps
banner: Media
bannerId: ID
collection: Collection
createdAt: DateTime!
createdBy: Member
createdById: ID!
customOrderingIndexInGroup: Float!
customSeoDetail: CustomSeoDetail
description: String
externalId: ID
externalUrl: String
groupId: ID
hidden: Boolean
highlightedTagIds: [ID!]!
highlightedTags: [Tag!]
id: ID!
image: Media
imageId: ID
installedApps(
after: String
before: String
limit: Int!
offset: Int
reverse: Boolean
status: AppInstallationStatus
): PaginatedAppInstallation @deprecated
inviteOnly: Boolean
isHomepage: Boolean
isNewUserHomepage: Boolean
isReturningUserHomepage: Boolean
key: String!
layout: String!
members(
limit: Int!
): PaginatedSpaceMember
membersCount: Int!
name: String!
network: Network
networkId: ID!
nonAdminsCanInvite: Boolean
pinnedPosts: [Post!]
posts(
excludePins: Boolean
limit: Int!
): PaginatedPost
postsCount: Int
private: Boolean
relativeUrl: String
roles: [SpaceRole!]
seoDetail: SpaceSeoDetail
shortcuts: [Shortcut!]
slate: Slate
slug: String!
subscribersCount: Int
tagFilter: TagFilter @deprecated
tags(
after: String
before: String
limit: Int!
offset: Int
orderBy: TagListOrderByEnum
query: String
reverse: Boolean
): PaginatedTag @deprecated
type: SpaceType!
updatedAt: DateTime!
url: String
whoCanPost: [ID!] @deprecated
whoCanReact: [ID!] @deprecated
whoCanReply: [ID!] @deprecated
}