UpdateGroupInput
No description
input UpdateGroupInput {
id: UUID!
name: String
envs: [EnvVarInput!]
}
No description
input UpdateGroupInput {
id: UUID!
name: String
envs: [EnvVarInput!]
}
UpdateGroupInput.id
● UUID!
non-null scalarUpdateGroupInput.name
● String
scalarUpdateGroupInput.envs
● [EnvVarInput!]
list input