Skip to content

Commit 43ed083

Browse files
committed
one import
1 parent 215980f commit 43ed083

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

integration-tests/testkit/flow.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
import {
2-
AddGroupMappingToGroupInput,
3-
RemoveGroupMappingInput,
4-
UpdateGroupMappingInput,
5-
} from 'packages/libraries/core/src/client/__generated__/types';
61
import { graphql } from './gql';
72
import type {
83
AddAlertChannelInput,
94
AddAlertInput,
5+
AddGroupMappingToGroupInput,
106
AddMetricAlertRuleInput,
117
AnswerOrganizationTransferRequestInput,
128
AssignMemberRoleInput,
@@ -27,13 +23,15 @@ import type {
2723
OrganizationSelectorInput,
2824
OrganizationTransferRequestSelector,
2925
RateLimitInput,
26+
RemoveGroupMappingInput,
3027
RequestOrganizationTransferInput,
3128
SchemaCheckInput,
3229
SchemaDeleteInput,
3330
SchemaPublishInput,
3431
SchemaVersionPromoteInput,
3532
TargetSelectorInput,
3633
UpdateBaseSchemaInput,
34+
UpdateGroupMappingInput,
3735
UpdateMemberRoleInput,
3836
UpdateMetricAlertRuleInput,
3937
UpdateOidcIntegrationInput,

0 commit comments

Comments
 (0)