Studio Service

ScreenGroup

ScreenGroup

A space detail for screen_group.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the screen_group.
orgIdUUID!The id of the organization that screen_group belong to.
spaceIdUUID!The id of the space that screen_group belong to.
nameString!The name of the screen_group.
isPrimaryBoolean!True if screen group is the default implicitly created screen group on a certain space.
envJSONThe key value pairs data for screen_group.
createdAtDatetime
updatedAtDatetime
createdByUUID
updatedByUUID
orgByOrgIdOrgReads a single `Org` that is related to this `ScreenGroup`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `ScreenGroup`.
userByCreatedByUserReads a single `User` that is related to this `ScreenGroup`.
userByUpdatedByUserReads a single `User` that is related to this `ScreenGroup`.
screensByScreenGroupIdScreensConnection!Reads and enables pagination through a set of `Screen`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ScreensOrderBy!]The method to use when ordering `Screen`.
conditionScreenConditionA condition to be used in determining which values should be returned by the collection.
filterScreenFilterA filter to be used in determining which values should be returned by the collection.
screensByScreenGroupIdAndOrgIdScreensConnection!Reads and enables pagination through a set of `Screen`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ScreensOrderBy!]The method to use when ordering `Screen`.
conditionScreenConditionA condition to be used in determining which values should be returned by the collection.
filterScreenFilterA filter to be used in determining which values should be returned by the collection.