Query
Variables
Response
Queries
app
Returns an app, or null when it cannot be found.
QUERY
app(id: ID!): AppArguments
id
ID!
required
Identifier of the app.
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.
Query
Variables
Response