Interface: UseCompanyOptions
Defined in: composables/react/useCompany.ts:28
Properties
graphqlClient
graphqlClient:
GraphQLClient|null|undefined
Defined in: composables/react/useCompany.ts:31
GraphQL client. Nullable so the hook can be called unconditionally even when CompanySwitcher renders before the client is ready (see CompanySwitcher).
language?
optionallanguage?:string
Defined in: composables/react/useCompany.ts:33
Language used for company-scoped queries.