We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98da5e commit c647ee6Copy full SHA for c647ee6
src/components/organization/dto/organization-reach.dto.ts
@@ -9,6 +9,7 @@ export const OrganizationReach = makeEnum({
9
name: 'OrganizationReach',
10
description: 'The reach of the organization',
11
values: ['Local', 'Regional', 'National', 'Global'],
12
+ exposeOrder: true,
13
});
14
15
@ObjectType({
0 commit comments