Interface BackofficeConfigType

interface BackofficeConfigType {
    accessToken: string;
    graphqlUri: string;
    uiHost: string;
}

Properties

accessToken: string

Service account access token (JWT) for request to Backoffice API

graphqlUri: string

Backoffice GraphQL endpoint

'https://bo-api.dev.hcidev.org/graphql'
uiHost: string

Backoffice UI host

'https://bo.dev.hcidev.org'