# ConnectedApp

ConnectedApp

Connected App

**Fields:**
- `category`: `ConnectedAppCategory` - The category of the connected app, when known.
- `clientId`: `ID!` - The id of the connectedApp.
- `description`: `String!` - A brief description of the connected app.
- `name`: `String!` - The name of the connected app.
- `scopes`: `[String!]!` - The access scopes granted to this connection for Buffer's public API
resources. Empty when the connection holds none.
- `userId`: `ID!` - The id of the user that has granted access to the app.
- `website`: `String!` - The website URL of the connected app.
- `createdAt`: `DateTime!` - The date and time when the connected app was created.