Skip to main content

Config

Configurations

type Config implements Node {
id: ID!
type: ConfigTypeEnum!
config: GQLTJson!
createdAt: GQLTDate!
updatedAt: GQLTDate!
}

Fields#

id (ID!)#

The ID of an object

type (ConfigTypeEnum!)#

Specify the configuration category

config (GQLTJson!)#

configuration

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

Interfaces#

Node#

An object with an ID