Skip to main content

GlobalSpaceCategory

Global space category.

type GlobalSpaceCategory {
created: Date!
description: String
id: ID!
name: String
spaceTypes: [SpaceType!]!
updated: Date!
}

Fields

GlobalSpaceCategory.created ● Date! non-null scalar

Created DateTime

GlobalSpaceCategory.description ● String scalar

Global Space Category Description

GlobalSpaceCategory.id ● ID! non-null scalar

Unique Identifier

GlobalSpaceCategory.name ● String scalar

Global Space Category Name

GlobalSpaceCategory.spaceTypes ● [SpaceType!]! non-null object

Associated Space Types

GlobalSpaceCategory.updated ● Date! non-null scalar

Last updated DateTime

Returned By

globalSpaceCategories query ● globalSpaceCategory query

Member Of

SpaceType object