object
Builds an object using the keys given and the values being the results of the associated steps.
Usage:
const $fetchOptions = object({
userId: $user.get("id"),
first: fieldArgs.get("first"),
includeArchived: constant(true),
});
Builds an object using the keys given and the values being the results of the associated steps.
Usage:
const $fetchOptions = object({
userId: $user.get("id"),
first: fieldArgs.get("first"),
includeArchived: constant(true),
});