CreateParameterGroupPayload
Autogenerated return type of CreateParameterGroup.
type CreateParameterGroupPayload {
clientMutationId: String
data: ParameterGroup
errors: [Error!]!
}
Fields
CreateParameterGroupPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateParameterGroupPayload.data ● ParameterGroup object
Created parameter group
CreateParameterGroupPayload.errors ● [Error!]! non-null object
List of errors
Returned By
createParameterGroup mutation