ParameterGroupCreateInput
Parameter group create input
input ParameterGroupCreateInput {
archived: Boolean
description: String
language: String
name: String!
parameterGroupSetId: ID!
shortName: String
}
Fields
ParameterGroupCreateInput.archived ● Boolean scalar
Archived
ParameterGroupCreateInput.description ● String scalar
Description
ParameterGroupCreateInput.language ● String scalar
Language
ParameterGroupCreateInput.name ● String! non-null scalar
Name
ParameterGroupCreateInput.parameterGroupSetId ● ID! non-null scalar
Parameter group set id
ParameterGroupCreateInput.shortName ● String scalar
Short name
Member Of
BulkCreateParameterGroupsInput input ● CreateParameterGroupInput input