Const
Returns a single application by id.
The hook suspends until the first fetch succeeds, so data is always present. The include tokens you pass shape data: each requested token adds its field, and omitted ones are absent from the type.
data
include
The application id.
Optional
Optional include list to expand related resources.
The result envelope {data, isFetching, error, refetch}.
{data, isFetching, error, refetch}
Returns a single application by id.
The hook suspends until the first fetch succeeds, so
datais always present. Theincludetokens you pass shapedata: each requested token adds its field, and omitted ones are absent from the type.