ConfigBandcamp Object
Description
Bandcamp integration configuration.
Declaration
type ConfigBandcamp {
clientSecret: String
clientId: String
accessToken: String
refreshToken: String
bands: [ConfigBandcampBand!]!
}
Fields
| Name | Type | Description |
|---|---|---|
clientSecret | String | Bandcamp client secret. |
clientId | String | Bandcamp client identifier. |
accessToken | String | Bandcamp OAuth access token. |
refreshToken | String | Bandcamp OAuth refresh token. |
bands | [ConfigBandcampBand!]! | List of configured bands. |