@deep/nest-kit
    Preparing search index...

    Interface BackofficeConfigType

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

    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'