Skip to main content

HubCondition

A condition to be used against Hub object types. All fields are tested for equality and combined with a logical ‘and.’

input HubCondition {
id: String
iconUrl: String
title: String
description: String
content: String
order: Int
parentHubId: String
workspaceId: String
version: Int
updatedAt: Datetime
createdAt: Datetime
createdByWorkspaceAccountId: String
deletedAt: Datetime
isContentVisible: Boolean
previewImageUrl: String
}

Fields

HubCondition.id ● String scalar

Checks for equality with the object’s id field.

HubCondition.iconUrl ● String scalar

Checks for equality with the object’s iconUrl field.

HubCondition.title ● String scalar

Checks for equality with the object’s title field.

HubCondition.description ● String scalar

Checks for equality with the object’s description field.

HubCondition.content ● String scalar

Checks for equality with the object’s content field.

HubCondition.order ● Int scalar

Checks for equality with the object’s order field.

HubCondition.parentHubId ● String scalar

Checks for equality with the object’s parentHubId field.

HubCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

HubCondition.version ● Int scalar

Checks for equality with the object’s version field.

HubCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

HubCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

HubCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

HubCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

HubCondition.isContentVisible ● Boolean scalar

Checks for equality with the object’s isContentVisible field.

HubCondition.previewImageUrl ● String scalar

Checks for equality with the object’s previewImageUrl field.

Member Of

hubs query ● hubsConnection query