Skip to main content
MUTATION
createApp(input: CreateAppInput!): App!

Arguments

input

Values for the requested operation.

Returns

id
ID!

Stable identifier for this app.

name
String!

Display name for this app.

description
String!

Optional longer description for this app.

agentIds
[ID!]!

Agent identifiers selected to filter repositories in the app editor.

repositories

Repositories assigned to this app.

counts

Resource totals scoped to this app.

createdAt
String!

ISO 8601 timestamp when this app was created.

updatedAt
String!

ISO 8601 timestamp when this app was last updated.

Mutation
Variables
Response