Skip to main content

ParameterGroup

Parameter group

type ParameterGroup {
accountId: ID!
archived: Boolean!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
description: String
id: ID!
language: String!
name: String!
order: Int
parameterGroupSetId: ID!
parentId: ID
shortName: String
updatedAt: ISO8601DateTime!
userDefined: Boolean!
}

Fields

ParameterGroup.accountId ● ID! non-null scalar

Account ID

ParameterGroup.archived ● Boolean! non-null scalar

Archived

ParameterGroup.createdAt ● ISO8601DateTime! non-null scalar

Created at

ParameterGroup.deletedAt ● ISO8601DateTime scalar

Deleted at

ParameterGroup.description ● String scalar

Description

ParameterGroup.id ● ID! non-null scalar

ID

ParameterGroup.language ● String! non-null scalar

Language

ParameterGroup.name ● String! non-null scalar

Name

ParameterGroup.order ● Int scalar

Order

ParameterGroup.parameterGroupSetId ● ID! non-null scalar

Parameter group set ID

ParameterGroup.parentId ● ID scalar

Parent ID

ParameterGroup.shortName ● String scalar

Short name

ParameterGroup.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

ParameterGroup.userDefined ● Boolean! non-null scalar

User defined

Member Of

CreateParameterGroupPayload object ● ParameterGroupConnection object ● ParameterGroupEdge object ● UpdateParameterGroupPayload object