Alokai

country

Fetches the information about a country given its ID

Signature

declare function country(
	context: Context,
	id: string,
	customQuery?: CustomQuery,
	customHeaders?: CustomHeaders
): Promise<ApolloQueryResult<CountryQuery>>;

Parameters

NameRequiredTypeDescription
contextRequiredContext
idRequiredstring
customQueryOptionalCustomQuery
customHeadersOptionalCustomHeaders

Referenced Types

On this page