@appsemble/utils
Version:
Utility functions used in Appsemble internally
11 lines (10 loc) • 320 B
JavaScript
export const $orderby = {
name: '$orderby',
in: 'query',
description: `
An OData query option to fetch ordered data
https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionorderby
`,
schema: { type: 'string' },
};
//# sourceMappingURL=$orderby.js.map