Skip to main content
Version: 1.0.0

Group

No description

type Group {
id: UUID!
name: String!
envs: [EnvVar!]
subGroup(
id: UUID!
): SubGroup!
subGroups: [SubGroup!]!
owner: Team!
createdAt: Time!
updatedAt: Time!
deploymentTimestamps: DeploymentTimestamps
}

Fields

Group.id ● UUID! non-null scalar

Group.name ● String! non-null scalar

Group.envs ● [EnvVar!] list object

Group.subGroup ● SubGroup! non-null object

Group.subGroup.id ● UUID! non-null scalar

Group.subGroups ● [SubGroup!]! non-null object

Group.owner ● Team! non-null object

Group.createdAt ● Time! non-null scalar

Group.updatedAt ● Time! non-null scalar

Group.deploymentTimestamps ● DeploymentTimestamps object

Returned by

createGroup mutation ● updateGroup mutation

Member Of

GroupConnection object ● GroupEdge object ● Project object ● SubGroup object