HelpCredentials Object
Description
Credentials required to access the help system API.
Declaration
type HelpCredentials {
token: String
endpoint: String!
type: String!
}
Fields
| Name | Type | Description |
|---|---|---|
token | String | Authentication token for the help system. |
endpoint | String! | Base URL endpoint for the help system API. |
type | String! | Type of help system integration. |