opal-security 3.1.0 → 3.1.1-beta.01fe2fd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +142 -28
- package/lib/commands/login.js +6 -2
- package/lib/commands/request/create.d.ts +6 -1
- package/lib/commands/request/create.js +63 -19
- package/lib/commands/request/get.d.ts +7 -2
- package/lib/commands/request/get.js +105 -7
- package/lib/commands/request/list.d.ts +8 -2
- package/lib/commands/request/list.js +112 -8
- package/lib/commands/whoami.d.ts +8 -0
- package/lib/commands/whoami.js +34 -0
- package/lib/graphql/gql.d.ts +42 -2
- package/lib/graphql/gql.js +9 -1
- package/lib/graphql/graphql.d.ts +444 -117
- package/lib/graphql/graphql.js +2173 -173
- package/lib/lib/apollo.js +3 -4
- package/lib/lib/credentials/index.d.ts +2 -1
- package/lib/lib/credentials/index.js +2 -1
- package/lib/lib/flags.js +1 -1
- package/lib/lib/requests.d.ts +46 -14
- package/lib/lib/requests.js +1002 -120
- package/lib/utils/displays.d.ts +8 -3
- package/lib/utils/displays.js +204 -45
- package/oclif.manifest.json +138 -17
- package/package.json +7 -5
package/lib/graphql/graphql.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.PaginatedEntityDropdownDocument = exports.GetRequestableAppsQueryDocument = exports.CheckAuthSessionQueryDocument = exports.GetGroupDocument = exports.RequestDecisionLevel = exports.WebhookPubsubPublishConnectionAuthType = exports.WebhookPubsubPublishConnectionApiKeyLocation = exports.Visibility = exports.VerifyFactorStatus = exports.UsersSortByField = exports.UserProductRole = exports.UserErrorType = exports.UsageAttributionType = exports.UiSource = exports.TimePeriod = exports.TimeBucket = exports.ThirdPartyProvider = void 0;
|
|
3
|
+
exports.GroupUserSource = exports.GroupUserSortByField = exports.GroupType = exports.GroupResourceSource = exports.GroupBindingsSortByField = exports.GroupBindingSuggestionsSortByField = exports.GeneralSettingType = exports.FiltersMatchMode = exports.FilterRule = exports.FactorType = exports.EventType = exports.EventSeverity = exports.ErrorNotificationSettingType = exports.EntityType = exports.ConnectionValidationStatus = exports.ConnectionValidationSeverity = exports.ConnectionType = exports.BundlesSortByField = exports.BundleItemsSortByField = exports.AuthType = exports.AuthSessionStatus = exports.AuthFlowType = exports.AssociatedItemsSortByField = exports.AssignmentsSortByField = exports.AppsSortByField = exports.AppType = exports.AppItemsSortByField = exports.AppCategory = exports.ApiAuthType = exports.ApiAccessLevel = exports.AldwinRole = exports.AccessType = exports.AccessRuleStatus = exports.AccessReviewUserWarningType = exports.AccessReviewType = exports.AccessReviewTab = exports.AccessReviewSummaryStatus = exports.AccessReviewStatus = exports.AccessReviewReviewerAssignmentPolicy = exports.AccessReviewItemsSortByField = exports.AccessReviewItemStatus = exports.AccessReviewItemOutcome = exports.AccessReviewGroupResourceVisibilityPolicy = exports.AccessReviewGroupItemKind = exports.AccessReviewEndUserView = exports.AccessReviewAssignedStatus = exports.AccessReviewAction = exports.AccessOption = exports.AccessChangeType = exports.AwsIdentityCenterImportSetting = void 0;
|
|
4
|
+
exports.TagsSortByField = exports.TagFilterMatchMode = exports.SyncType = exports.SyncTaskStatus = exports.SubEventsSortByField = exports.StringFormatType = exports.SortDirection = exports.ServiceType = exports.SearchType = exports.RolePermissionTargetType = exports.RolePermission = exports.RoleAssignmentsSortByField = exports.RoleAssignmentSource = exports.RiskLevel = exports.ReviewerUserStatus = exports.ReviewerAction = exports.ReviewStageOperator = exports.ResourceUserSource = exports.ResourceUserSortByField = exports.ResourceType = exports.RequestsSortByField = exports.RequestType = exports.RequestTemplateCustomFieldType = exports.RequestStatus = exports.RequestMessageLevel = exports.RequestMessageCode = exports.RequestApprovalType = exports.RecommendationsSubscoreType = exports.RecommendationsMetricType = exports.RecommendationsFeedbackType = exports.RecommendationsEntityType = exports.PubsubPublishMessageType = exports.PubsubPublishMessageStatusCode = exports.PubsubPublishConnectionType = exports.ProvisionSource = exports.PropagationTaskType = exports.PropagationStatusCode = exports.OwnersSortByField = exports.OrganizationType = exports.OidcProviderType = exports.NotificationType = exports.MessageChannelType = exports.MfaProvider = exports.IntegrationType = exports.ImportSetting = exports.IdpConnectionUserAttributeUseAs = exports.IdpConnectionType = exports.IdentityCategory = exports.HrIdpStatus = exports.HealthStatus = void 0;
|
|
5
|
+
exports.GetAssociatedItemsDocument = exports.GetCatalogItemDocument = exports.CreateRequestDocument = exports.RequestDefaultsDocument = exports.GroupAccessLevelsDocument = exports.ResourceAccessLevelsDocument = exports.PaginatedEntityDropdownDocument = exports.GetRequestableAppsQueryDocument = exports.CheckAuthSessionQueryDocument = exports.GetRequestsDocument = exports.GetRequestDocument = exports.GetGroupDocument = exports.RequestDecisionLevel = exports.WebhookPubsubPublishConnectionAuthType = exports.WebhookPubsubPublishConnectionApiKeyLocation = exports.Visibility = exports.VerifyFactorStatus = exports.UsersSortByField = exports.UserProductRole = exports.UserErrorType = exports.UsageAttributionType = exports.UiSource = exports.TimePeriod = exports.TimeBucket = exports.ThirdPartyProvider = exports.TaskTrigger = void 0;
|
|
6
6
|
var AwsIdentityCenterImportSetting;
|
|
7
7
|
(function (AwsIdentityCenterImportSetting) {
|
|
8
8
|
AwsIdentityCenterImportSetting["All"] = "ALL";
|
|
@@ -18,6 +18,7 @@ var AccessChangeType;
|
|
|
18
18
|
var AccessOption;
|
|
19
19
|
(function (AccessOption) {
|
|
20
20
|
AccessOption["All"] = "ALL";
|
|
21
|
+
AccessOption["Manageable"] = "MANAGEABLE";
|
|
21
22
|
AccessOption["Mine"] = "MINE";
|
|
22
23
|
AccessOption["Requestable"] = "REQUESTABLE";
|
|
23
24
|
/** @deprecated no longer supported */
|
|
@@ -653,6 +654,7 @@ var EventType;
|
|
|
653
654
|
EventType["RoleAssignmentsDeleted"] = "ROLE_ASSIGNMENTS_DELETED";
|
|
654
655
|
EventType["RoleAssignmentsUpdated"] = "ROLE_ASSIGNMENTS_UPDATED";
|
|
655
656
|
EventType["SessionsCreatedForResources"] = "SESSIONS_CREATED_FOR_RESOURCES";
|
|
657
|
+
EventType["SoonToExpireNotification"] = "SOON_TO_EXPIRE_NOTIFICATION";
|
|
656
658
|
EventType["ThirdPartyIntegrationCreated"] = "THIRD_PARTY_INTEGRATION_CREATED";
|
|
657
659
|
EventType["ThirdPartyIntegrationDeleted"] = "THIRD_PARTY_INTEGRATION_DELETED";
|
|
658
660
|
EventType["ToxicSetViolationsCreated"] = "TOXIC_SET_VIOLATIONS_CREATED";
|
|
@@ -687,6 +689,11 @@ var FactorType;
|
|
|
687
689
|
FactorType["OktaPush"] = "OKTA_PUSH";
|
|
688
690
|
FactorType["OktaTotp"] = "OKTA_TOTP";
|
|
689
691
|
})(FactorType || (exports.FactorType = FactorType = {}));
|
|
692
|
+
var FilterRule;
|
|
693
|
+
(function (FilterRule) {
|
|
694
|
+
FilterRule["MatchAll"] = "MATCH_ALL";
|
|
695
|
+
FilterRule["MatchAny"] = "MATCH_ANY";
|
|
696
|
+
})(FilterRule || (exports.FilterRule = FilterRule = {}));
|
|
690
697
|
var FiltersMatchMode;
|
|
691
698
|
(function (FiltersMatchMode) {
|
|
692
699
|
FiltersMatchMode["All"] = "ALL";
|
|
@@ -700,7 +707,6 @@ var GeneralSettingType;
|
|
|
700
707
|
GeneralSettingType["AutoMergeUsersByEmail"] = "AUTO_MERGE_USERS_BY_EMAIL";
|
|
701
708
|
GeneralSettingType["DisableNonAdminLogins"] = "DISABLE_NON_ADMIN_LOGINS";
|
|
702
709
|
GeneralSettingType["GlobalRequesterRole"] = "GLOBAL_REQUESTER_ROLE";
|
|
703
|
-
GeneralSettingType["LogRocketDisabled"] = "LOG_ROCKET_DISABLED";
|
|
704
710
|
GeneralSettingType["NestedGroups"] = "NESTED_GROUPS";
|
|
705
711
|
GeneralSettingType["RequireManagerCc"] = "REQUIRE_MANAGER_CC";
|
|
706
712
|
GeneralSettingType["RequireOpalMfaForLogins"] = "REQUIRE_OPAL_MFA_FOR_LOGINS";
|
|
@@ -972,6 +978,7 @@ var RecommendationsMetricType;
|
|
|
972
978
|
RecommendationsMetricType["DailyIrregularUserAccess"] = "DAILY_IRREGULAR_USER_ACCESS";
|
|
973
979
|
RecommendationsMetricType["DailyOutsideUserAccess"] = "DAILY_OUTSIDE_USER_ACCESS";
|
|
974
980
|
RecommendationsMetricType["DailyPerpetualUserAccess"] = "DAILY_PERPETUAL_USER_ACCESS";
|
|
981
|
+
RecommendationsMetricType["DailyUnusedNhiAccess"] = "DAILY_UNUSED_NHI_ACCESS";
|
|
975
982
|
RecommendationsMetricType["DailyUnusedUserAccess"] = "DAILY_UNUSED_USER_ACCESS";
|
|
976
983
|
RecommendationsMetricType["EntitiesWithCriticalRiskScore"] = "ENTITIES_WITH_CRITICAL_RISK_SCORE";
|
|
977
984
|
RecommendationsMetricType["EntitiesWithHighRiskScore"] = "ENTITIES_WITH_HIGH_RISK_SCORE";
|
|
@@ -1094,6 +1101,7 @@ var ResourceType;
|
|
|
1094
1101
|
ResourceType["GcpOrganization"] = "GCP_ORGANIZATION";
|
|
1095
1102
|
ResourceType["GcpProject"] = "GCP_PROJECT";
|
|
1096
1103
|
ResourceType["GcpServiceAccount"] = "GCP_SERVICE_ACCOUNT";
|
|
1104
|
+
ResourceType["GitHubOrgRole"] = "GIT_HUB_ORG_ROLE";
|
|
1097
1105
|
ResourceType["GitHubRepo"] = "GIT_HUB_REPO";
|
|
1098
1106
|
ResourceType["GitLabProject"] = "GIT_LAB_PROJECT";
|
|
1099
1107
|
ResourceType["GoogleWorkspaceRole"] = "GOOGLE_WORKSPACE_ROLE";
|
|
@@ -1184,6 +1192,7 @@ var RoleAssignmentsSortByField;
|
|
|
1184
1192
|
RoleAssignmentsSortByField["LastUsedAt"] = "LAST_USED_AT";
|
|
1185
1193
|
RoleAssignmentsSortByField["PrincipalName"] = "PRINCIPAL_NAME";
|
|
1186
1194
|
RoleAssignmentsSortByField["Role"] = "ROLE";
|
|
1195
|
+
RoleAssignmentsSortByField["VulnerabilityCount"] = "VULNERABILITY_COUNT";
|
|
1187
1196
|
})(RoleAssignmentsSortByField || (exports.RoleAssignmentsSortByField = RoleAssignmentsSortByField = {}));
|
|
1188
1197
|
var RolePermission;
|
|
1189
1198
|
(function (RolePermission) {
|
|
@@ -1197,6 +1206,7 @@ var RolePermission;
|
|
|
1197
1206
|
RolePermission["EditSyncSettings"] = "EDIT_SYNC_SETTINGS";
|
|
1198
1207
|
RolePermission["EditTags"] = "EDIT_TAGS";
|
|
1199
1208
|
RolePermission["Export"] = "EXPORT";
|
|
1209
|
+
RolePermission["Import"] = "IMPORT";
|
|
1200
1210
|
RolePermission["Read"] = "READ";
|
|
1201
1211
|
RolePermission["ReadAssignments"] = "READ_ASSIGNMENTS";
|
|
1202
1212
|
RolePermission["SendReminders"] = "SEND_REMINDERS";
|
|
@@ -1657,70 +1667,24 @@ exports.GetGroupDocument = {
|
|
|
1657
1667
|
},
|
|
1658
1668
|
],
|
|
1659
1669
|
};
|
|
1660
|
-
exports.
|
|
1661
|
-
kind: "Document",
|
|
1662
|
-
definitions: [
|
|
1663
|
-
{
|
|
1664
|
-
kind: "OperationDefinition",
|
|
1665
|
-
operation: "query",
|
|
1666
|
-
name: { kind: "Name", value: "CheckAuthSessionQuery" },
|
|
1667
|
-
selectionSet: {
|
|
1668
|
-
kind: "SelectionSet",
|
|
1669
|
-
selections: [
|
|
1670
|
-
{
|
|
1671
|
-
kind: "Field",
|
|
1672
|
-
name: { kind: "Name", value: "organizationSettings" },
|
|
1673
|
-
selectionSet: {
|
|
1674
|
-
kind: "SelectionSet",
|
|
1675
|
-
selections: [
|
|
1676
|
-
{
|
|
1677
|
-
kind: "InlineFragment",
|
|
1678
|
-
typeCondition: {
|
|
1679
|
-
kind: "NamedType",
|
|
1680
|
-
name: { kind: "Name", value: "OrganizationSettingsResult" },
|
|
1681
|
-
},
|
|
1682
|
-
selectionSet: {
|
|
1683
|
-
kind: "SelectionSet",
|
|
1684
|
-
selections: [
|
|
1685
|
-
{
|
|
1686
|
-
kind: "Field",
|
|
1687
|
-
name: { kind: "Name", value: "settings" },
|
|
1688
|
-
selectionSet: {
|
|
1689
|
-
kind: "SelectionSet",
|
|
1690
|
-
selections: [
|
|
1691
|
-
{
|
|
1692
|
-
kind: "Field",
|
|
1693
|
-
name: { kind: "Name", value: "id" },
|
|
1694
|
-
},
|
|
1695
|
-
],
|
|
1696
|
-
},
|
|
1697
|
-
},
|
|
1698
|
-
],
|
|
1699
|
-
},
|
|
1700
|
-
},
|
|
1701
|
-
],
|
|
1702
|
-
},
|
|
1703
|
-
},
|
|
1704
|
-
],
|
|
1705
|
-
},
|
|
1706
|
-
},
|
|
1707
|
-
],
|
|
1708
|
-
};
|
|
1709
|
-
exports.GetRequestableAppsQueryDocument = {
|
|
1670
|
+
exports.GetRequestDocument = {
|
|
1710
1671
|
kind: "Document",
|
|
1711
1672
|
definitions: [
|
|
1712
1673
|
{
|
|
1713
1674
|
kind: "OperationDefinition",
|
|
1714
1675
|
operation: "query",
|
|
1715
|
-
name: { kind: "Name", value: "
|
|
1676
|
+
name: { kind: "Name", value: "GetRequest" },
|
|
1716
1677
|
variableDefinitions: [
|
|
1717
1678
|
{
|
|
1718
1679
|
kind: "VariableDefinition",
|
|
1719
|
-
variable: {
|
|
1720
|
-
|
|
1721
|
-
|
|
1680
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
|
1681
|
+
type: {
|
|
1682
|
+
kind: "NonNullType",
|
|
1683
|
+
type: {
|
|
1684
|
+
kind: "NamedType",
|
|
1685
|
+
name: { kind: "Name", value: "RequestId" },
|
|
1686
|
+
},
|
|
1722
1687
|
},
|
|
1723
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
|
1724
1688
|
},
|
|
1725
1689
|
],
|
|
1726
1690
|
selectionSet: {
|
|
@@ -1728,60 +1692,42 @@ exports.GetRequestableAppsQueryDocument = {
|
|
|
1728
1692
|
selections: [
|
|
1729
1693
|
{
|
|
1730
1694
|
kind: "Field",
|
|
1731
|
-
name: { kind: "Name", value: "
|
|
1695
|
+
name: { kind: "Name", value: "request" },
|
|
1732
1696
|
arguments: [
|
|
1733
1697
|
{
|
|
1734
1698
|
kind: "Argument",
|
|
1735
|
-
name: { kind: "Name", value: "
|
|
1699
|
+
name: { kind: "Name", value: "input" },
|
|
1736
1700
|
value: {
|
|
1737
1701
|
kind: "ObjectValue",
|
|
1738
1702
|
fields: [
|
|
1739
1703
|
{
|
|
1740
1704
|
kind: "ObjectField",
|
|
1741
|
-
name: { kind: "Name", value: "
|
|
1742
|
-
value: { kind: "EnumValue", value: "REQUESTABLE" },
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
kind: "ObjectField",
|
|
1746
|
-
name: { kind: "Name", value: "searchQuery" },
|
|
1705
|
+
name: { kind: "Name", value: "id" },
|
|
1747
1706
|
value: {
|
|
1748
1707
|
kind: "Variable",
|
|
1749
|
-
name: { kind: "Name", value: "
|
|
1708
|
+
name: { kind: "Name", value: "id" },
|
|
1750
1709
|
},
|
|
1751
1710
|
},
|
|
1752
1711
|
],
|
|
1753
1712
|
},
|
|
1754
1713
|
},
|
|
1755
1714
|
],
|
|
1756
|
-
directives: [
|
|
1757
|
-
{
|
|
1758
|
-
kind: "Directive",
|
|
1759
|
-
name: { kind: "Name", value: "connection" },
|
|
1760
|
-
arguments: [
|
|
1761
|
-
{
|
|
1762
|
-
kind: "Argument",
|
|
1763
|
-
name: { kind: "Name", value: "key" },
|
|
1764
|
-
value: {
|
|
1765
|
-
kind: "StringValue",
|
|
1766
|
-
value: "paginated-app-dropdown",
|
|
1767
|
-
block: false,
|
|
1768
|
-
},
|
|
1769
|
-
},
|
|
1770
|
-
],
|
|
1771
|
-
},
|
|
1772
|
-
],
|
|
1773
1715
|
selectionSet: {
|
|
1774
1716
|
kind: "SelectionSet",
|
|
1775
1717
|
selections: [
|
|
1718
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
|
1776
1719
|
{
|
|
1777
|
-
kind: "
|
|
1778
|
-
|
|
1720
|
+
kind: "InlineFragment",
|
|
1721
|
+
typeCondition: {
|
|
1722
|
+
kind: "NamedType",
|
|
1723
|
+
name: { kind: "Name", value: "RequestResult" },
|
|
1724
|
+
},
|
|
1779
1725
|
selectionSet: {
|
|
1780
1726
|
kind: "SelectionSet",
|
|
1781
1727
|
selections: [
|
|
1782
1728
|
{
|
|
1783
1729
|
kind: "Field",
|
|
1784
|
-
name: { kind: "Name", value: "
|
|
1730
|
+
name: { kind: "Name", value: "request" },
|
|
1785
1731
|
selectionSet: {
|
|
1786
1732
|
kind: "SelectionSet",
|
|
1787
1733
|
selections: [
|
|
@@ -1791,14 +1737,31 @@ exports.GetRequestableAppsQueryDocument = {
|
|
|
1791
1737
|
},
|
|
1792
1738
|
{
|
|
1793
1739
|
kind: "Field",
|
|
1794
|
-
name: { kind: "Name", value: "
|
|
1740
|
+
name: { kind: "Name", value: "createdAt" },
|
|
1795
1741
|
},
|
|
1796
1742
|
{
|
|
1797
|
-
kind: "
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1743
|
+
kind: "Field",
|
|
1744
|
+
name: { kind: "Name", value: "status" },
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
kind: "Field",
|
|
1748
|
+
name: { kind: "Name", value: "requester" },
|
|
1749
|
+
selectionSet: {
|
|
1750
|
+
kind: "SelectionSet",
|
|
1751
|
+
selections: [
|
|
1752
|
+
{
|
|
1753
|
+
kind: "Field",
|
|
1754
|
+
name: {
|
|
1755
|
+
kind: "Name",
|
|
1756
|
+
value: "displayName",
|
|
1757
|
+
},
|
|
1758
|
+
},
|
|
1759
|
+
],
|
|
1801
1760
|
},
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
kind: "Field",
|
|
1764
|
+
name: { kind: "Name", value: "targetUser" },
|
|
1802
1765
|
selectionSet: {
|
|
1803
1766
|
kind: "SelectionSet",
|
|
1804
1767
|
selections: [
|
|
@@ -1806,31 +1769,133 @@ exports.GetRequestableAppsQueryDocument = {
|
|
|
1806
1769
|
kind: "Field",
|
|
1807
1770
|
name: {
|
|
1808
1771
|
kind: "Name",
|
|
1809
|
-
value: "
|
|
1772
|
+
value: "displayName",
|
|
1810
1773
|
},
|
|
1811
1774
|
},
|
|
1812
1775
|
],
|
|
1813
1776
|
},
|
|
1814
1777
|
},
|
|
1815
1778
|
{
|
|
1816
|
-
kind: "
|
|
1817
|
-
|
|
1818
|
-
kind: "
|
|
1819
|
-
|
|
1779
|
+
kind: "Field",
|
|
1780
|
+
name: {
|
|
1781
|
+
kind: "Name",
|
|
1782
|
+
value: "requestedResources",
|
|
1820
1783
|
},
|
|
1821
1784
|
selectionSet: {
|
|
1822
1785
|
kind: "SelectionSet",
|
|
1823
1786
|
selections: [
|
|
1787
|
+
{
|
|
1788
|
+
kind: "Field",
|
|
1789
|
+
name: { kind: "Name", value: "resource" },
|
|
1790
|
+
selectionSet: {
|
|
1791
|
+
kind: "SelectionSet",
|
|
1792
|
+
selections: [
|
|
1793
|
+
{
|
|
1794
|
+
kind: "Field",
|
|
1795
|
+
name: {
|
|
1796
|
+
kind: "Name",
|
|
1797
|
+
value: "displayName",
|
|
1798
|
+
},
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
kind: "Field",
|
|
1802
|
+
name: { kind: "Name", value: "id" },
|
|
1803
|
+
},
|
|
1804
|
+
],
|
|
1805
|
+
},
|
|
1806
|
+
},
|
|
1824
1807
|
{
|
|
1825
1808
|
kind: "Field",
|
|
1826
1809
|
name: {
|
|
1827
1810
|
kind: "Name",
|
|
1828
|
-
value: "
|
|
1811
|
+
value: "accessLevel",
|
|
1812
|
+
},
|
|
1813
|
+
selectionSet: {
|
|
1814
|
+
kind: "SelectionSet",
|
|
1815
|
+
selections: [
|
|
1816
|
+
{
|
|
1817
|
+
kind: "Field",
|
|
1818
|
+
name: {
|
|
1819
|
+
kind: "Name",
|
|
1820
|
+
value: "accessLevelName",
|
|
1821
|
+
},
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
kind: "Field",
|
|
1825
|
+
name: {
|
|
1826
|
+
kind: "Name",
|
|
1827
|
+
value: "accessLevelRemoteId",
|
|
1828
|
+
},
|
|
1829
|
+
},
|
|
1830
|
+
],
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
],
|
|
1834
|
+
},
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
kind: "Field",
|
|
1838
|
+
name: {
|
|
1839
|
+
kind: "Name",
|
|
1840
|
+
value: "durationInMinutes",
|
|
1841
|
+
},
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
kind: "Field",
|
|
1845
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
1846
|
+
selectionSet: {
|
|
1847
|
+
kind: "SelectionSet",
|
|
1848
|
+
selections: [
|
|
1849
|
+
{
|
|
1850
|
+
kind: "Field",
|
|
1851
|
+
name: { kind: "Name", value: "group" },
|
|
1852
|
+
selectionSet: {
|
|
1853
|
+
kind: "SelectionSet",
|
|
1854
|
+
selections: [
|
|
1855
|
+
{
|
|
1856
|
+
kind: "Field",
|
|
1857
|
+
name: { kind: "Name", value: "id" },
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
kind: "Field",
|
|
1861
|
+
name: { kind: "Name", value: "name" },
|
|
1862
|
+
},
|
|
1863
|
+
],
|
|
1864
|
+
},
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
kind: "Field",
|
|
1868
|
+
name: {
|
|
1869
|
+
kind: "Name",
|
|
1870
|
+
value: "accessLevel",
|
|
1871
|
+
},
|
|
1872
|
+
selectionSet: {
|
|
1873
|
+
kind: "SelectionSet",
|
|
1874
|
+
selections: [
|
|
1875
|
+
{
|
|
1876
|
+
kind: "Field",
|
|
1877
|
+
name: {
|
|
1878
|
+
kind: "Name",
|
|
1879
|
+
value: "accessLevelName",
|
|
1880
|
+
},
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
kind: "Field",
|
|
1884
|
+
name: {
|
|
1885
|
+
kind: "Name",
|
|
1886
|
+
value: "accessLevelRemoteId",
|
|
1887
|
+
},
|
|
1888
|
+
},
|
|
1889
|
+
],
|
|
1829
1890
|
},
|
|
1830
1891
|
},
|
|
1831
1892
|
],
|
|
1832
1893
|
},
|
|
1833
1894
|
},
|
|
1895
|
+
{
|
|
1896
|
+
kind: "Field",
|
|
1897
|
+
name: { kind: "Name", value: "reason" },
|
|
1898
|
+
},
|
|
1834
1899
|
],
|
|
1835
1900
|
},
|
|
1836
1901
|
},
|
|
@@ -1838,26 +1903,17 @@ exports.GetRequestableAppsQueryDocument = {
|
|
|
1838
1903
|
},
|
|
1839
1904
|
},
|
|
1840
1905
|
{
|
|
1841
|
-
kind: "
|
|
1842
|
-
|
|
1906
|
+
kind: "InlineFragment",
|
|
1907
|
+
typeCondition: {
|
|
1908
|
+
kind: "NamedType",
|
|
1909
|
+
name: { kind: "Name", value: "RequestNotFoundError" },
|
|
1910
|
+
},
|
|
1843
1911
|
selectionSet: {
|
|
1844
1912
|
kind: "SelectionSet",
|
|
1845
1913
|
selections: [
|
|
1846
1914
|
{
|
|
1847
1915
|
kind: "Field",
|
|
1848
|
-
name: { kind: "Name", value: "
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
kind: "Field",
|
|
1852
|
-
name: { kind: "Name", value: "hasPreviousPage" },
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
kind: "Field",
|
|
1856
|
-
name: { kind: "Name", value: "startCursor" },
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
kind: "Field",
|
|
1860
|
-
name: { kind: "Name", value: "endCursor" },
|
|
1916
|
+
name: { kind: "Name", value: "message" },
|
|
1861
1917
|
},
|
|
1862
1918
|
],
|
|
1863
1919
|
},
|
|
@@ -1870,29 +1926,35 @@ exports.GetRequestableAppsQueryDocument = {
|
|
|
1870
1926
|
},
|
|
1871
1927
|
],
|
|
1872
1928
|
};
|
|
1873
|
-
exports.
|
|
1929
|
+
exports.GetRequestsDocument = {
|
|
1874
1930
|
kind: "Document",
|
|
1875
1931
|
definitions: [
|
|
1876
1932
|
{
|
|
1877
1933
|
kind: "OperationDefinition",
|
|
1878
1934
|
operation: "query",
|
|
1879
|
-
name: { kind: "Name", value: "
|
|
1935
|
+
name: { kind: "Name", value: "GetRequests" },
|
|
1880
1936
|
variableDefinitions: [
|
|
1881
1937
|
{
|
|
1882
1938
|
kind: "VariableDefinition",
|
|
1883
|
-
variable: {
|
|
1884
|
-
|
|
1885
|
-
kind: "
|
|
1886
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "UUID" } },
|
|
1939
|
+
variable: {
|
|
1940
|
+
kind: "Variable",
|
|
1941
|
+
name: { kind: "Name", value: "pageSize" },
|
|
1887
1942
|
},
|
|
1943
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
|
1888
1944
|
},
|
|
1889
1945
|
{
|
|
1890
1946
|
kind: "VariableDefinition",
|
|
1891
1947
|
variable: {
|
|
1892
1948
|
kind: "Variable",
|
|
1893
|
-
name: { kind: "Name", value: "
|
|
1949
|
+
name: { kind: "Name", value: "showPendingOnly" },
|
|
1950
|
+
},
|
|
1951
|
+
type: {
|
|
1952
|
+
kind: "NonNullType",
|
|
1953
|
+
type: {
|
|
1954
|
+
kind: "NamedType",
|
|
1955
|
+
name: { kind: "Name", value: "Boolean" },
|
|
1956
|
+
},
|
|
1894
1957
|
},
|
|
1895
|
-
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
|
1896
1958
|
},
|
|
1897
1959
|
],
|
|
1898
1960
|
selectionSet: {
|
|
@@ -1900,17 +1962,48 @@ exports.PaginatedEntityDropdownDocument = {
|
|
|
1900
1962
|
selections: [
|
|
1901
1963
|
{
|
|
1902
1964
|
kind: "Field",
|
|
1903
|
-
name: { kind: "Name", value: "
|
|
1965
|
+
name: { kind: "Name", value: "requests" },
|
|
1904
1966
|
arguments: [
|
|
1905
1967
|
{
|
|
1906
1968
|
kind: "Argument",
|
|
1907
|
-
name: { kind: "Name", value: "
|
|
1969
|
+
name: { kind: "Name", value: "input" },
|
|
1908
1970
|
value: {
|
|
1909
|
-
kind: "
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1971
|
+
kind: "ObjectValue",
|
|
1972
|
+
fields: [
|
|
1973
|
+
{
|
|
1974
|
+
kind: "ObjectField",
|
|
1975
|
+
name: { kind: "Name", value: "requestType" },
|
|
1976
|
+
value: { kind: "EnumValue", value: "OUTGOING" },
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
kind: "ObjectField",
|
|
1980
|
+
name: { kind: "Name", value: "maxNumEntries" },
|
|
1981
|
+
value: {
|
|
1982
|
+
kind: "Variable",
|
|
1983
|
+
name: { kind: "Name", value: "pageSize" },
|
|
1984
|
+
},
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
kind: "ObjectField",
|
|
1988
|
+
name: { kind: "Name", value: "filters" },
|
|
1989
|
+
value: {
|
|
1990
|
+
kind: "ObjectValue",
|
|
1991
|
+
fields: [
|
|
1992
|
+
{
|
|
1993
|
+
kind: "ObjectField",
|
|
1994
|
+
name: { kind: "Name", value: "showPendingOnly" },
|
|
1995
|
+
value: {
|
|
1996
|
+
kind: "Variable",
|
|
1997
|
+
name: { kind: "Name", value: "showPendingOnly" },
|
|
1998
|
+
},
|
|
1999
|
+
},
|
|
2000
|
+
],
|
|
2001
|
+
},
|
|
2002
|
+
},
|
|
2003
|
+
],
|
|
2004
|
+
},
|
|
2005
|
+
},
|
|
2006
|
+
],
|
|
1914
2007
|
selectionSet: {
|
|
1915
2008
|
kind: "SelectionSet",
|
|
1916
2009
|
selections: [
|
|
@@ -1919,96 +2012,171 @@ exports.PaginatedEntityDropdownDocument = {
|
|
|
1919
2012
|
kind: "InlineFragment",
|
|
1920
2013
|
typeCondition: {
|
|
1921
2014
|
kind: "NamedType",
|
|
1922
|
-
name: { kind: "Name", value: "
|
|
2015
|
+
name: { kind: "Name", value: "RequestsResult" },
|
|
1923
2016
|
},
|
|
1924
2017
|
selectionSet: {
|
|
1925
2018
|
kind: "SelectionSet",
|
|
1926
2019
|
selections: [
|
|
1927
|
-
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
|
1928
2020
|
{
|
|
1929
2021
|
kind: "Field",
|
|
1930
|
-
name: { kind: "Name", value: "
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
2022
|
+
name: { kind: "Name", value: "requestType" },
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
kind: "Field",
|
|
2026
|
+
name: { kind: "Name", value: "requests" },
|
|
2027
|
+
selectionSet: {
|
|
2028
|
+
kind: "SelectionSet",
|
|
2029
|
+
selections: [
|
|
2030
|
+
{
|
|
2031
|
+
kind: "Field",
|
|
2032
|
+
name: {
|
|
2033
|
+
kind: "Name",
|
|
2034
|
+
value: "durationInMinutes",
|
|
2035
|
+
},
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
kind: "Field",
|
|
2039
|
+
name: { kind: "Name", value: "id" },
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
kind: "Field",
|
|
2043
|
+
name: { kind: "Name", value: "requester" },
|
|
2044
|
+
selectionSet: {
|
|
2045
|
+
kind: "SelectionSet",
|
|
2046
|
+
selections: [
|
|
2047
|
+
{
|
|
2048
|
+
kind: "Field",
|
|
1951
2049
|
name: {
|
|
1952
2050
|
kind: "Name",
|
|
1953
|
-
value: "
|
|
2051
|
+
value: "displayName",
|
|
1954
2052
|
},
|
|
1955
2053
|
},
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
kind: "ObjectField",
|
|
1959
|
-
name: {
|
|
1960
|
-
kind: "Name",
|
|
1961
|
-
value: "includeOnlyRequestable",
|
|
1962
|
-
},
|
|
1963
|
-
value: { kind: "BooleanValue", value: true },
|
|
1964
|
-
},
|
|
1965
|
-
],
|
|
2054
|
+
],
|
|
2055
|
+
},
|
|
1966
2056
|
},
|
|
1967
|
-
},
|
|
1968
|
-
],
|
|
1969
|
-
selectionSet: {
|
|
1970
|
-
kind: "SelectionSet",
|
|
1971
|
-
selections: [
|
|
1972
2057
|
{
|
|
1973
2058
|
kind: "Field",
|
|
1974
|
-
name: { kind: "Name", value: "
|
|
2059
|
+
name: { kind: "Name", value: "targetUser" },
|
|
1975
2060
|
selectionSet: {
|
|
1976
2061
|
kind: "SelectionSet",
|
|
1977
2062
|
selections: [
|
|
1978
2063
|
{
|
|
1979
2064
|
kind: "Field",
|
|
1980
|
-
name: {
|
|
2065
|
+
name: {
|
|
2066
|
+
kind: "Name",
|
|
2067
|
+
value: "displayName",
|
|
2068
|
+
},
|
|
1981
2069
|
},
|
|
2070
|
+
],
|
|
2071
|
+
},
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
kind: "Field",
|
|
2075
|
+
name: { kind: "Name", value: "reason" },
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
kind: "Field",
|
|
2079
|
+
name: {
|
|
2080
|
+
kind: "Name",
|
|
2081
|
+
value: "requestedResources",
|
|
2082
|
+
},
|
|
2083
|
+
selectionSet: {
|
|
2084
|
+
kind: "SelectionSet",
|
|
2085
|
+
selections: [
|
|
1982
2086
|
{
|
|
1983
2087
|
kind: "Field",
|
|
1984
2088
|
name: { kind: "Name", value: "resource" },
|
|
1985
2089
|
selectionSet: {
|
|
1986
2090
|
kind: "SelectionSet",
|
|
1987
2091
|
selections: [
|
|
2092
|
+
{
|
|
2093
|
+
kind: "Field",
|
|
2094
|
+
name: {
|
|
2095
|
+
kind: "Name",
|
|
2096
|
+
value: "displayName",
|
|
2097
|
+
},
|
|
2098
|
+
},
|
|
1988
2099
|
{
|
|
1989
2100
|
kind: "Field",
|
|
1990
2101
|
name: { kind: "Name", value: "id" },
|
|
1991
2102
|
},
|
|
2103
|
+
],
|
|
2104
|
+
},
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
kind: "Field",
|
|
2108
|
+
name: {
|
|
2109
|
+
kind: "Name",
|
|
2110
|
+
value: "accessLevel",
|
|
2111
|
+
},
|
|
2112
|
+
selectionSet: {
|
|
2113
|
+
kind: "SelectionSet",
|
|
2114
|
+
selections: [
|
|
1992
2115
|
{
|
|
1993
2116
|
kind: "Field",
|
|
1994
|
-
name: {
|
|
2117
|
+
name: {
|
|
2118
|
+
kind: "Name",
|
|
2119
|
+
value: "accessLevelName",
|
|
2120
|
+
},
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
kind: "Field",
|
|
2124
|
+
name: {
|
|
2125
|
+
kind: "Name",
|
|
2126
|
+
value: "accessLevelRemoteId",
|
|
2127
|
+
},
|
|
1995
2128
|
},
|
|
1996
2129
|
],
|
|
1997
2130
|
},
|
|
1998
2131
|
},
|
|
2132
|
+
],
|
|
2133
|
+
},
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
kind: "Field",
|
|
2137
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
2138
|
+
selectionSet: {
|
|
2139
|
+
kind: "SelectionSet",
|
|
2140
|
+
selections: [
|
|
1999
2141
|
{
|
|
2000
2142
|
kind: "Field",
|
|
2001
2143
|
name: { kind: "Name", value: "group" },
|
|
2002
2144
|
selectionSet: {
|
|
2003
2145
|
kind: "SelectionSet",
|
|
2004
2146
|
selections: [
|
|
2147
|
+
{
|
|
2148
|
+
kind: "Field",
|
|
2149
|
+
name: { kind: "Name", value: "name" },
|
|
2150
|
+
},
|
|
2005
2151
|
{
|
|
2006
2152
|
kind: "Field",
|
|
2007
2153
|
name: { kind: "Name", value: "id" },
|
|
2008
2154
|
},
|
|
2155
|
+
],
|
|
2156
|
+
},
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
kind: "Field",
|
|
2160
|
+
name: {
|
|
2161
|
+
kind: "Name",
|
|
2162
|
+
value: "accessLevel",
|
|
2163
|
+
},
|
|
2164
|
+
selectionSet: {
|
|
2165
|
+
kind: "SelectionSet",
|
|
2166
|
+
selections: [
|
|
2167
|
+
{
|
|
2168
|
+
kind: "Field",
|
|
2169
|
+
name: {
|
|
2170
|
+
kind: "Name",
|
|
2171
|
+
value: "accessLevelName",
|
|
2172
|
+
},
|
|
2173
|
+
},
|
|
2009
2174
|
{
|
|
2010
2175
|
kind: "Field",
|
|
2011
|
-
name: {
|
|
2176
|
+
name: {
|
|
2177
|
+
kind: "Name",
|
|
2178
|
+
value: "accessLevelRemoteId",
|
|
2179
|
+
},
|
|
2012
2180
|
},
|
|
2013
2181
|
],
|
|
2014
2182
|
},
|
|
@@ -2018,7 +2186,56 @@ exports.PaginatedEntityDropdownDocument = {
|
|
|
2018
2186
|
},
|
|
2019
2187
|
{
|
|
2020
2188
|
kind: "Field",
|
|
2021
|
-
name: { kind: "Name", value: "
|
|
2189
|
+
name: { kind: "Name", value: "status" },
|
|
2190
|
+
},
|
|
2191
|
+
],
|
|
2192
|
+
},
|
|
2193
|
+
},
|
|
2194
|
+
],
|
|
2195
|
+
},
|
|
2196
|
+
},
|
|
2197
|
+
],
|
|
2198
|
+
},
|
|
2199
|
+
},
|
|
2200
|
+
],
|
|
2201
|
+
},
|
|
2202
|
+
},
|
|
2203
|
+
],
|
|
2204
|
+
};
|
|
2205
|
+
exports.CheckAuthSessionQueryDocument = {
|
|
2206
|
+
kind: "Document",
|
|
2207
|
+
definitions: [
|
|
2208
|
+
{
|
|
2209
|
+
kind: "OperationDefinition",
|
|
2210
|
+
operation: "query",
|
|
2211
|
+
name: { kind: "Name", value: "CheckAuthSessionQuery" },
|
|
2212
|
+
selectionSet: {
|
|
2213
|
+
kind: "SelectionSet",
|
|
2214
|
+
selections: [
|
|
2215
|
+
{
|
|
2216
|
+
kind: "Field",
|
|
2217
|
+
name: { kind: "Name", value: "organizationSettings" },
|
|
2218
|
+
selectionSet: {
|
|
2219
|
+
kind: "SelectionSet",
|
|
2220
|
+
selections: [
|
|
2221
|
+
{
|
|
2222
|
+
kind: "InlineFragment",
|
|
2223
|
+
typeCondition: {
|
|
2224
|
+
kind: "NamedType",
|
|
2225
|
+
name: { kind: "Name", value: "OrganizationSettingsResult" },
|
|
2226
|
+
},
|
|
2227
|
+
selectionSet: {
|
|
2228
|
+
kind: "SelectionSet",
|
|
2229
|
+
selections: [
|
|
2230
|
+
{
|
|
2231
|
+
kind: "Field",
|
|
2232
|
+
name: { kind: "Name", value: "settings" },
|
|
2233
|
+
selectionSet: {
|
|
2234
|
+
kind: "SelectionSet",
|
|
2235
|
+
selections: [
|
|
2236
|
+
{
|
|
2237
|
+
kind: "Field",
|
|
2238
|
+
name: { kind: "Name", value: "id" },
|
|
2022
2239
|
},
|
|
2023
2240
|
],
|
|
2024
2241
|
},
|
|
@@ -2034,3 +2251,1786 @@ exports.PaginatedEntityDropdownDocument = {
|
|
|
2034
2251
|
},
|
|
2035
2252
|
],
|
|
2036
2253
|
};
|
|
2254
|
+
exports.GetRequestableAppsQueryDocument = {
|
|
2255
|
+
kind: "Document",
|
|
2256
|
+
definitions: [
|
|
2257
|
+
{
|
|
2258
|
+
kind: "OperationDefinition",
|
|
2259
|
+
operation: "query",
|
|
2260
|
+
name: { kind: "Name", value: "GetRequestableAppsQuery" },
|
|
2261
|
+
variableDefinitions: [
|
|
2262
|
+
{
|
|
2263
|
+
kind: "VariableDefinition",
|
|
2264
|
+
variable: {
|
|
2265
|
+
kind: "Variable",
|
|
2266
|
+
name: { kind: "Name", value: "searchQuery" },
|
|
2267
|
+
},
|
|
2268
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
|
2269
|
+
},
|
|
2270
|
+
],
|
|
2271
|
+
selectionSet: {
|
|
2272
|
+
kind: "SelectionSet",
|
|
2273
|
+
selections: [
|
|
2274
|
+
{
|
|
2275
|
+
kind: "Field",
|
|
2276
|
+
name: { kind: "Name", value: "appsV2" },
|
|
2277
|
+
arguments: [
|
|
2278
|
+
{
|
|
2279
|
+
kind: "Argument",
|
|
2280
|
+
name: { kind: "Name", value: "filters" },
|
|
2281
|
+
value: {
|
|
2282
|
+
kind: "ObjectValue",
|
|
2283
|
+
fields: [
|
|
2284
|
+
{
|
|
2285
|
+
kind: "ObjectField",
|
|
2286
|
+
name: { kind: "Name", value: "access" },
|
|
2287
|
+
value: { kind: "EnumValue", value: "REQUESTABLE" },
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
kind: "ObjectField",
|
|
2291
|
+
name: { kind: "Name", value: "searchQuery" },
|
|
2292
|
+
value: {
|
|
2293
|
+
kind: "Variable",
|
|
2294
|
+
name: { kind: "Name", value: "searchQuery" },
|
|
2295
|
+
},
|
|
2296
|
+
},
|
|
2297
|
+
],
|
|
2298
|
+
},
|
|
2299
|
+
},
|
|
2300
|
+
],
|
|
2301
|
+
directives: [
|
|
2302
|
+
{
|
|
2303
|
+
kind: "Directive",
|
|
2304
|
+
name: { kind: "Name", value: "connection" },
|
|
2305
|
+
arguments: [
|
|
2306
|
+
{
|
|
2307
|
+
kind: "Argument",
|
|
2308
|
+
name: { kind: "Name", value: "key" },
|
|
2309
|
+
value: {
|
|
2310
|
+
kind: "StringValue",
|
|
2311
|
+
value: "paginated-app-dropdown",
|
|
2312
|
+
block: false,
|
|
2313
|
+
},
|
|
2314
|
+
},
|
|
2315
|
+
],
|
|
2316
|
+
},
|
|
2317
|
+
],
|
|
2318
|
+
selectionSet: {
|
|
2319
|
+
kind: "SelectionSet",
|
|
2320
|
+
selections: [
|
|
2321
|
+
{
|
|
2322
|
+
kind: "Field",
|
|
2323
|
+
name: { kind: "Name", value: "edges" },
|
|
2324
|
+
selectionSet: {
|
|
2325
|
+
kind: "SelectionSet",
|
|
2326
|
+
selections: [
|
|
2327
|
+
{
|
|
2328
|
+
kind: "Field",
|
|
2329
|
+
name: { kind: "Name", value: "node" },
|
|
2330
|
+
selectionSet: {
|
|
2331
|
+
kind: "SelectionSet",
|
|
2332
|
+
selections: [
|
|
2333
|
+
{
|
|
2334
|
+
kind: "Field",
|
|
2335
|
+
name: { kind: "Name", value: "id" },
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
kind: "Field",
|
|
2339
|
+
name: { kind: "Name", value: "displayName" },
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
kind: "InlineFragment",
|
|
2343
|
+
typeCondition: {
|
|
2344
|
+
kind: "NamedType",
|
|
2345
|
+
name: { kind: "Name", value: "Connection" },
|
|
2346
|
+
},
|
|
2347
|
+
selectionSet: {
|
|
2348
|
+
kind: "SelectionSet",
|
|
2349
|
+
selections: [
|
|
2350
|
+
{
|
|
2351
|
+
kind: "Field",
|
|
2352
|
+
name: {
|
|
2353
|
+
kind: "Name",
|
|
2354
|
+
value: "connectionType",
|
|
2355
|
+
},
|
|
2356
|
+
},
|
|
2357
|
+
],
|
|
2358
|
+
},
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
kind: "InlineFragment",
|
|
2362
|
+
typeCondition: {
|
|
2363
|
+
kind: "NamedType",
|
|
2364
|
+
name: { kind: "Name", value: "Resource" },
|
|
2365
|
+
},
|
|
2366
|
+
selectionSet: {
|
|
2367
|
+
kind: "SelectionSet",
|
|
2368
|
+
selections: [
|
|
2369
|
+
{
|
|
2370
|
+
kind: "Field",
|
|
2371
|
+
name: {
|
|
2372
|
+
kind: "Name",
|
|
2373
|
+
value: "resourceType",
|
|
2374
|
+
},
|
|
2375
|
+
},
|
|
2376
|
+
],
|
|
2377
|
+
},
|
|
2378
|
+
},
|
|
2379
|
+
],
|
|
2380
|
+
},
|
|
2381
|
+
},
|
|
2382
|
+
],
|
|
2383
|
+
},
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
kind: "Field",
|
|
2387
|
+
name: { kind: "Name", value: "pageInfo" },
|
|
2388
|
+
selectionSet: {
|
|
2389
|
+
kind: "SelectionSet",
|
|
2390
|
+
selections: [
|
|
2391
|
+
{
|
|
2392
|
+
kind: "Field",
|
|
2393
|
+
name: { kind: "Name", value: "hasNextPage" },
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
kind: "Field",
|
|
2397
|
+
name: { kind: "Name", value: "hasPreviousPage" },
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
kind: "Field",
|
|
2401
|
+
name: { kind: "Name", value: "startCursor" },
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
kind: "Field",
|
|
2405
|
+
name: { kind: "Name", value: "endCursor" },
|
|
2406
|
+
},
|
|
2407
|
+
],
|
|
2408
|
+
},
|
|
2409
|
+
},
|
|
2410
|
+
],
|
|
2411
|
+
},
|
|
2412
|
+
},
|
|
2413
|
+
],
|
|
2414
|
+
},
|
|
2415
|
+
},
|
|
2416
|
+
],
|
|
2417
|
+
};
|
|
2418
|
+
exports.PaginatedEntityDropdownDocument = {
|
|
2419
|
+
kind: "Document",
|
|
2420
|
+
definitions: [
|
|
2421
|
+
{
|
|
2422
|
+
kind: "OperationDefinition",
|
|
2423
|
+
operation: "query",
|
|
2424
|
+
name: { kind: "Name", value: "PaginatedEntityDropdown" },
|
|
2425
|
+
variableDefinitions: [
|
|
2426
|
+
{
|
|
2427
|
+
kind: "VariableDefinition",
|
|
2428
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "id" } },
|
|
2429
|
+
type: {
|
|
2430
|
+
kind: "NonNullType",
|
|
2431
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "UUID" } },
|
|
2432
|
+
},
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
kind: "VariableDefinition",
|
|
2436
|
+
variable: {
|
|
2437
|
+
kind: "Variable",
|
|
2438
|
+
name: { kind: "Name", value: "searchQuery" },
|
|
2439
|
+
},
|
|
2440
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
|
2441
|
+
},
|
|
2442
|
+
],
|
|
2443
|
+
selectionSet: {
|
|
2444
|
+
kind: "SelectionSet",
|
|
2445
|
+
selections: [
|
|
2446
|
+
{
|
|
2447
|
+
kind: "Field",
|
|
2448
|
+
name: { kind: "Name", value: "app" },
|
|
2449
|
+
arguments: [
|
|
2450
|
+
{
|
|
2451
|
+
kind: "Argument",
|
|
2452
|
+
name: { kind: "Name", value: "id" },
|
|
2453
|
+
value: {
|
|
2454
|
+
kind: "Variable",
|
|
2455
|
+
name: { kind: "Name", value: "id" },
|
|
2456
|
+
},
|
|
2457
|
+
},
|
|
2458
|
+
],
|
|
2459
|
+
selectionSet: {
|
|
2460
|
+
kind: "SelectionSet",
|
|
2461
|
+
selections: [
|
|
2462
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
|
2463
|
+
{
|
|
2464
|
+
kind: "InlineFragment",
|
|
2465
|
+
typeCondition: {
|
|
2466
|
+
kind: "NamedType",
|
|
2467
|
+
name: { kind: "Name", value: "App" },
|
|
2468
|
+
},
|
|
2469
|
+
selectionSet: {
|
|
2470
|
+
kind: "SelectionSet",
|
|
2471
|
+
selections: [
|
|
2472
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
|
2473
|
+
{
|
|
2474
|
+
kind: "Field",
|
|
2475
|
+
name: { kind: "Name", value: "items" },
|
|
2476
|
+
arguments: [
|
|
2477
|
+
{
|
|
2478
|
+
kind: "Argument",
|
|
2479
|
+
name: { kind: "Name", value: "input" },
|
|
2480
|
+
value: {
|
|
2481
|
+
kind: "ObjectValue",
|
|
2482
|
+
fields: [
|
|
2483
|
+
{
|
|
2484
|
+
kind: "ObjectField",
|
|
2485
|
+
name: { kind: "Name", value: "access" },
|
|
2486
|
+
value: {
|
|
2487
|
+
kind: "EnumValue",
|
|
2488
|
+
value: "REQUESTABLE",
|
|
2489
|
+
},
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
kind: "ObjectField",
|
|
2493
|
+
name: { kind: "Name", value: "searchQuery" },
|
|
2494
|
+
value: {
|
|
2495
|
+
kind: "Variable",
|
|
2496
|
+
name: {
|
|
2497
|
+
kind: "Name",
|
|
2498
|
+
value: "searchQuery",
|
|
2499
|
+
},
|
|
2500
|
+
},
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
kind: "ObjectField",
|
|
2504
|
+
name: {
|
|
2505
|
+
kind: "Name",
|
|
2506
|
+
value: "includeOnlyRequestable",
|
|
2507
|
+
},
|
|
2508
|
+
value: { kind: "BooleanValue", value: true },
|
|
2509
|
+
},
|
|
2510
|
+
],
|
|
2511
|
+
},
|
|
2512
|
+
},
|
|
2513
|
+
],
|
|
2514
|
+
selectionSet: {
|
|
2515
|
+
kind: "SelectionSet",
|
|
2516
|
+
selections: [
|
|
2517
|
+
{
|
|
2518
|
+
kind: "Field",
|
|
2519
|
+
name: { kind: "Name", value: "items" },
|
|
2520
|
+
selectionSet: {
|
|
2521
|
+
kind: "SelectionSet",
|
|
2522
|
+
selections: [
|
|
2523
|
+
{
|
|
2524
|
+
kind: "Field",
|
|
2525
|
+
name: { kind: "Name", value: "key" },
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
kind: "Field",
|
|
2529
|
+
name: { kind: "Name", value: "resource" },
|
|
2530
|
+
selectionSet: {
|
|
2531
|
+
kind: "SelectionSet",
|
|
2532
|
+
selections: [
|
|
2533
|
+
{
|
|
2534
|
+
kind: "Field",
|
|
2535
|
+
name: { kind: "Name", value: "id" },
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
kind: "Field",
|
|
2539
|
+
name: { kind: "Name", value: "name" },
|
|
2540
|
+
},
|
|
2541
|
+
],
|
|
2542
|
+
},
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
kind: "Field",
|
|
2546
|
+
name: { kind: "Name", value: "group" },
|
|
2547
|
+
selectionSet: {
|
|
2548
|
+
kind: "SelectionSet",
|
|
2549
|
+
selections: [
|
|
2550
|
+
{
|
|
2551
|
+
kind: "Field",
|
|
2552
|
+
name: { kind: "Name", value: "id" },
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
kind: "Field",
|
|
2556
|
+
name: { kind: "Name", value: "name" },
|
|
2557
|
+
},
|
|
2558
|
+
],
|
|
2559
|
+
},
|
|
2560
|
+
},
|
|
2561
|
+
],
|
|
2562
|
+
},
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
kind: "Field",
|
|
2566
|
+
name: { kind: "Name", value: "cursor" },
|
|
2567
|
+
},
|
|
2568
|
+
],
|
|
2569
|
+
},
|
|
2570
|
+
},
|
|
2571
|
+
],
|
|
2572
|
+
},
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
kind: "InlineFragment",
|
|
2576
|
+
typeCondition: {
|
|
2577
|
+
kind: "NamedType",
|
|
2578
|
+
name: { kind: "Name", value: "AppNotFoundError" },
|
|
2579
|
+
},
|
|
2580
|
+
selectionSet: {
|
|
2581
|
+
kind: "SelectionSet",
|
|
2582
|
+
selections: [
|
|
2583
|
+
{
|
|
2584
|
+
kind: "Field",
|
|
2585
|
+
name: { kind: "Name", value: "message" },
|
|
2586
|
+
},
|
|
2587
|
+
],
|
|
2588
|
+
},
|
|
2589
|
+
},
|
|
2590
|
+
],
|
|
2591
|
+
},
|
|
2592
|
+
},
|
|
2593
|
+
],
|
|
2594
|
+
},
|
|
2595
|
+
},
|
|
2596
|
+
],
|
|
2597
|
+
};
|
|
2598
|
+
exports.ResourceAccessLevelsDocument = {
|
|
2599
|
+
kind: "Document",
|
|
2600
|
+
definitions: [
|
|
2601
|
+
{
|
|
2602
|
+
kind: "OperationDefinition",
|
|
2603
|
+
operation: "query",
|
|
2604
|
+
name: { kind: "Name", value: "ResourceAccessLevels" },
|
|
2605
|
+
variableDefinitions: [
|
|
2606
|
+
{
|
|
2607
|
+
kind: "VariableDefinition",
|
|
2608
|
+
variable: {
|
|
2609
|
+
kind: "Variable",
|
|
2610
|
+
name: { kind: "Name", value: "resourceId" },
|
|
2611
|
+
},
|
|
2612
|
+
type: {
|
|
2613
|
+
kind: "NonNullType",
|
|
2614
|
+
type: {
|
|
2615
|
+
kind: "NamedType",
|
|
2616
|
+
name: { kind: "Name", value: "ResourceId" },
|
|
2617
|
+
},
|
|
2618
|
+
},
|
|
2619
|
+
},
|
|
2620
|
+
],
|
|
2621
|
+
selectionSet: {
|
|
2622
|
+
kind: "SelectionSet",
|
|
2623
|
+
selections: [
|
|
2624
|
+
{
|
|
2625
|
+
kind: "Field",
|
|
2626
|
+
name: { kind: "Name", value: "accessLevels" },
|
|
2627
|
+
arguments: [
|
|
2628
|
+
{
|
|
2629
|
+
kind: "Argument",
|
|
2630
|
+
name: { kind: "Name", value: "input" },
|
|
2631
|
+
value: {
|
|
2632
|
+
kind: "ObjectValue",
|
|
2633
|
+
fields: [
|
|
2634
|
+
{
|
|
2635
|
+
kind: "ObjectField",
|
|
2636
|
+
name: { kind: "Name", value: "resourceId" },
|
|
2637
|
+
value: {
|
|
2638
|
+
kind: "Variable",
|
|
2639
|
+
name: { kind: "Name", value: "resourceId" },
|
|
2640
|
+
},
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
kind: "ObjectField",
|
|
2644
|
+
name: { kind: "Name", value: "onlyMine" },
|
|
2645
|
+
value: { kind: "BooleanValue", value: false },
|
|
2646
|
+
},
|
|
2647
|
+
],
|
|
2648
|
+
},
|
|
2649
|
+
},
|
|
2650
|
+
],
|
|
2651
|
+
selectionSet: {
|
|
2652
|
+
kind: "SelectionSet",
|
|
2653
|
+
selections: [
|
|
2654
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
|
2655
|
+
{
|
|
2656
|
+
kind: "InlineFragment",
|
|
2657
|
+
typeCondition: {
|
|
2658
|
+
kind: "NamedType",
|
|
2659
|
+
name: { kind: "Name", value: "ResourceAccessLevelsResult" },
|
|
2660
|
+
},
|
|
2661
|
+
selectionSet: {
|
|
2662
|
+
kind: "SelectionSet",
|
|
2663
|
+
selections: [
|
|
2664
|
+
{
|
|
2665
|
+
kind: "Field",
|
|
2666
|
+
name: { kind: "Name", value: "accessLevels" },
|
|
2667
|
+
selectionSet: {
|
|
2668
|
+
kind: "SelectionSet",
|
|
2669
|
+
selections: [
|
|
2670
|
+
{
|
|
2671
|
+
kind: "InlineFragment",
|
|
2672
|
+
typeCondition: {
|
|
2673
|
+
kind: "NamedType",
|
|
2674
|
+
name: {
|
|
2675
|
+
kind: "Name",
|
|
2676
|
+
value: "ResourceAccessLevel",
|
|
2677
|
+
},
|
|
2678
|
+
},
|
|
2679
|
+
selectionSet: {
|
|
2680
|
+
kind: "SelectionSet",
|
|
2681
|
+
selections: [
|
|
2682
|
+
{
|
|
2683
|
+
kind: "Field",
|
|
2684
|
+
name: {
|
|
2685
|
+
kind: "Name",
|
|
2686
|
+
value: "accessLevelName",
|
|
2687
|
+
},
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
kind: "Field",
|
|
2691
|
+
name: {
|
|
2692
|
+
kind: "Name",
|
|
2693
|
+
value: "accessLevelRemoteId",
|
|
2694
|
+
},
|
|
2695
|
+
},
|
|
2696
|
+
],
|
|
2697
|
+
},
|
|
2698
|
+
},
|
|
2699
|
+
],
|
|
2700
|
+
},
|
|
2701
|
+
},
|
|
2702
|
+
],
|
|
2703
|
+
},
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
kind: "InlineFragment",
|
|
2707
|
+
typeCondition: {
|
|
2708
|
+
kind: "NamedType",
|
|
2709
|
+
name: { kind: "Name", value: "ResourceNotFoundError" },
|
|
2710
|
+
},
|
|
2711
|
+
selectionSet: {
|
|
2712
|
+
kind: "SelectionSet",
|
|
2713
|
+
selections: [
|
|
2714
|
+
{
|
|
2715
|
+
kind: "Field",
|
|
2716
|
+
name: { kind: "Name", value: "message" },
|
|
2717
|
+
},
|
|
2718
|
+
],
|
|
2719
|
+
},
|
|
2720
|
+
},
|
|
2721
|
+
],
|
|
2722
|
+
},
|
|
2723
|
+
},
|
|
2724
|
+
],
|
|
2725
|
+
},
|
|
2726
|
+
},
|
|
2727
|
+
],
|
|
2728
|
+
};
|
|
2729
|
+
exports.GroupAccessLevelsDocument = {
|
|
2730
|
+
kind: "Document",
|
|
2731
|
+
definitions: [
|
|
2732
|
+
{
|
|
2733
|
+
kind: "OperationDefinition",
|
|
2734
|
+
operation: "query",
|
|
2735
|
+
name: { kind: "Name", value: "GroupAccessLevels" },
|
|
2736
|
+
variableDefinitions: [
|
|
2737
|
+
{
|
|
2738
|
+
kind: "VariableDefinition",
|
|
2739
|
+
variable: {
|
|
2740
|
+
kind: "Variable",
|
|
2741
|
+
name: { kind: "Name", value: "groupId" },
|
|
2742
|
+
},
|
|
2743
|
+
type: {
|
|
2744
|
+
kind: "NonNullType",
|
|
2745
|
+
type: {
|
|
2746
|
+
kind: "NamedType",
|
|
2747
|
+
name: { kind: "Name", value: "GroupId" },
|
|
2748
|
+
},
|
|
2749
|
+
},
|
|
2750
|
+
},
|
|
2751
|
+
],
|
|
2752
|
+
selectionSet: {
|
|
2753
|
+
kind: "SelectionSet",
|
|
2754
|
+
selections: [
|
|
2755
|
+
{
|
|
2756
|
+
kind: "Field",
|
|
2757
|
+
name: { kind: "Name", value: "groupAccessLevels" },
|
|
2758
|
+
arguments: [
|
|
2759
|
+
{
|
|
2760
|
+
kind: "Argument",
|
|
2761
|
+
name: { kind: "Name", value: "input" },
|
|
2762
|
+
value: {
|
|
2763
|
+
kind: "ObjectValue",
|
|
2764
|
+
fields: [
|
|
2765
|
+
{
|
|
2766
|
+
kind: "ObjectField",
|
|
2767
|
+
name: { kind: "Name", value: "groupId" },
|
|
2768
|
+
value: {
|
|
2769
|
+
kind: "Variable",
|
|
2770
|
+
name: { kind: "Name", value: "groupId" },
|
|
2771
|
+
},
|
|
2772
|
+
},
|
|
2773
|
+
],
|
|
2774
|
+
},
|
|
2775
|
+
},
|
|
2776
|
+
],
|
|
2777
|
+
selectionSet: {
|
|
2778
|
+
kind: "SelectionSet",
|
|
2779
|
+
selections: [
|
|
2780
|
+
{
|
|
2781
|
+
kind: "InlineFragment",
|
|
2782
|
+
typeCondition: {
|
|
2783
|
+
kind: "NamedType",
|
|
2784
|
+
name: { kind: "Name", value: "GroupAccessLevelsResult" },
|
|
2785
|
+
},
|
|
2786
|
+
selectionSet: {
|
|
2787
|
+
kind: "SelectionSet",
|
|
2788
|
+
selections: [
|
|
2789
|
+
{
|
|
2790
|
+
kind: "Field",
|
|
2791
|
+
name: { kind: "Name", value: "groupId" },
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
kind: "Field",
|
|
2795
|
+
name: { kind: "Name", value: "accessLevels" },
|
|
2796
|
+
selectionSet: {
|
|
2797
|
+
kind: "SelectionSet",
|
|
2798
|
+
selections: [
|
|
2799
|
+
{
|
|
2800
|
+
kind: "InlineFragment",
|
|
2801
|
+
typeCondition: {
|
|
2802
|
+
kind: "NamedType",
|
|
2803
|
+
name: {
|
|
2804
|
+
kind: "Name",
|
|
2805
|
+
value: "GroupAccessLevel",
|
|
2806
|
+
},
|
|
2807
|
+
},
|
|
2808
|
+
selectionSet: {
|
|
2809
|
+
kind: "SelectionSet",
|
|
2810
|
+
selections: [
|
|
2811
|
+
{
|
|
2812
|
+
kind: "Field",
|
|
2813
|
+
name: {
|
|
2814
|
+
kind: "Name",
|
|
2815
|
+
value: "accessLevelName",
|
|
2816
|
+
},
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
kind: "Field",
|
|
2820
|
+
name: {
|
|
2821
|
+
kind: "Name",
|
|
2822
|
+
value: "accessLevelRemoteId",
|
|
2823
|
+
},
|
|
2824
|
+
},
|
|
2825
|
+
],
|
|
2826
|
+
},
|
|
2827
|
+
},
|
|
2828
|
+
],
|
|
2829
|
+
},
|
|
2830
|
+
},
|
|
2831
|
+
],
|
|
2832
|
+
},
|
|
2833
|
+
},
|
|
2834
|
+
],
|
|
2835
|
+
},
|
|
2836
|
+
},
|
|
2837
|
+
],
|
|
2838
|
+
},
|
|
2839
|
+
},
|
|
2840
|
+
],
|
|
2841
|
+
};
|
|
2842
|
+
exports.RequestDefaultsDocument = {
|
|
2843
|
+
kind: "Document",
|
|
2844
|
+
definitions: [
|
|
2845
|
+
{
|
|
2846
|
+
kind: "OperationDefinition",
|
|
2847
|
+
operation: "query",
|
|
2848
|
+
name: { kind: "Name", value: "RequestDefaults" },
|
|
2849
|
+
variableDefinitions: [
|
|
2850
|
+
{
|
|
2851
|
+
kind: "VariableDefinition",
|
|
2852
|
+
variable: {
|
|
2853
|
+
kind: "Variable",
|
|
2854
|
+
name: { kind: "Name", value: "requestedResources" },
|
|
2855
|
+
},
|
|
2856
|
+
type: {
|
|
2857
|
+
kind: "NonNullType",
|
|
2858
|
+
type: {
|
|
2859
|
+
kind: "ListType",
|
|
2860
|
+
type: {
|
|
2861
|
+
kind: "NonNullType",
|
|
2862
|
+
type: {
|
|
2863
|
+
kind: "NamedType",
|
|
2864
|
+
name: {
|
|
2865
|
+
kind: "Name",
|
|
2866
|
+
value: "RequestConfigurationResourceInput",
|
|
2867
|
+
},
|
|
2868
|
+
},
|
|
2869
|
+
},
|
|
2870
|
+
},
|
|
2871
|
+
},
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
kind: "VariableDefinition",
|
|
2875
|
+
variable: {
|
|
2876
|
+
kind: "Variable",
|
|
2877
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
2878
|
+
},
|
|
2879
|
+
type: {
|
|
2880
|
+
kind: "NonNullType",
|
|
2881
|
+
type: {
|
|
2882
|
+
kind: "ListType",
|
|
2883
|
+
type: {
|
|
2884
|
+
kind: "NonNullType",
|
|
2885
|
+
type: {
|
|
2886
|
+
kind: "NamedType",
|
|
2887
|
+
name: {
|
|
2888
|
+
kind: "Name",
|
|
2889
|
+
value: "RequestConfigurationGroupInput",
|
|
2890
|
+
},
|
|
2891
|
+
},
|
|
2892
|
+
},
|
|
2893
|
+
},
|
|
2894
|
+
},
|
|
2895
|
+
},
|
|
2896
|
+
],
|
|
2897
|
+
selectionSet: {
|
|
2898
|
+
kind: "SelectionSet",
|
|
2899
|
+
selections: [
|
|
2900
|
+
{
|
|
2901
|
+
kind: "Field",
|
|
2902
|
+
name: { kind: "Name", value: "requestDefaults" },
|
|
2903
|
+
arguments: [
|
|
2904
|
+
{
|
|
2905
|
+
kind: "Argument",
|
|
2906
|
+
name: { kind: "Name", value: "input" },
|
|
2907
|
+
value: {
|
|
2908
|
+
kind: "ObjectValue",
|
|
2909
|
+
fields: [
|
|
2910
|
+
{
|
|
2911
|
+
kind: "ObjectField",
|
|
2912
|
+
name: { kind: "Name", value: "requestedResources" },
|
|
2913
|
+
value: {
|
|
2914
|
+
kind: "Variable",
|
|
2915
|
+
name: { kind: "Name", value: "requestedResources" },
|
|
2916
|
+
},
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
kind: "ObjectField",
|
|
2920
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
2921
|
+
value: {
|
|
2922
|
+
kind: "Variable",
|
|
2923
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
2924
|
+
},
|
|
2925
|
+
},
|
|
2926
|
+
],
|
|
2927
|
+
},
|
|
2928
|
+
},
|
|
2929
|
+
],
|
|
2930
|
+
selectionSet: {
|
|
2931
|
+
kind: "SelectionSet",
|
|
2932
|
+
selections: [
|
|
2933
|
+
{
|
|
2934
|
+
kind: "InlineFragment",
|
|
2935
|
+
typeCondition: {
|
|
2936
|
+
kind: "NamedType",
|
|
2937
|
+
name: { kind: "Name", value: "RequestDefaults" },
|
|
2938
|
+
},
|
|
2939
|
+
selectionSet: {
|
|
2940
|
+
kind: "SelectionSet",
|
|
2941
|
+
selections: [
|
|
2942
|
+
{
|
|
2943
|
+
kind: "Field",
|
|
2944
|
+
name: { kind: "Name", value: "durationOptions" },
|
|
2945
|
+
selectionSet: {
|
|
2946
|
+
kind: "SelectionSet",
|
|
2947
|
+
selections: [
|
|
2948
|
+
{
|
|
2949
|
+
kind: "Field",
|
|
2950
|
+
name: {
|
|
2951
|
+
kind: "Name",
|
|
2952
|
+
value: "durationInMinutes",
|
|
2953
|
+
},
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
kind: "Field",
|
|
2957
|
+
name: { kind: "Name", value: "label" },
|
|
2958
|
+
},
|
|
2959
|
+
],
|
|
2960
|
+
},
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
kind: "Field",
|
|
2964
|
+
name: {
|
|
2965
|
+
kind: "Name",
|
|
2966
|
+
value: "recommendedDurationInMinutes",
|
|
2967
|
+
},
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
kind: "Field",
|
|
2971
|
+
name: {
|
|
2972
|
+
kind: "Name",
|
|
2973
|
+
value: "defaultDurationInMinutes",
|
|
2974
|
+
},
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
kind: "Field",
|
|
2978
|
+
name: { kind: "Name", value: "maxDurationInMinutes" },
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
kind: "Field",
|
|
2982
|
+
name: { kind: "Name", value: "requireSupportTicket" },
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
kind: "Field",
|
|
2986
|
+
name: { kind: "Name", value: "reasonOptional" },
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
kind: "Field",
|
|
2990
|
+
name: { kind: "Name", value: "requesterIsAdmin" },
|
|
2991
|
+
},
|
|
2992
|
+
],
|
|
2993
|
+
},
|
|
2994
|
+
},
|
|
2995
|
+
],
|
|
2996
|
+
},
|
|
2997
|
+
},
|
|
2998
|
+
],
|
|
2999
|
+
},
|
|
3000
|
+
},
|
|
3001
|
+
],
|
|
3002
|
+
};
|
|
3003
|
+
exports.CreateRequestDocument = {
|
|
3004
|
+
kind: "Document",
|
|
3005
|
+
definitions: [
|
|
3006
|
+
{
|
|
3007
|
+
kind: "OperationDefinition",
|
|
3008
|
+
operation: "mutation",
|
|
3009
|
+
name: { kind: "Name", value: "CreateRequest" },
|
|
3010
|
+
variableDefinitions: [
|
|
3011
|
+
{
|
|
3012
|
+
kind: "VariableDefinition",
|
|
3013
|
+
variable: {
|
|
3014
|
+
kind: "Variable",
|
|
3015
|
+
name: { kind: "Name", value: "requestedResources" },
|
|
3016
|
+
},
|
|
3017
|
+
type: {
|
|
3018
|
+
kind: "NonNullType",
|
|
3019
|
+
type: {
|
|
3020
|
+
kind: "ListType",
|
|
3021
|
+
type: {
|
|
3022
|
+
kind: "NonNullType",
|
|
3023
|
+
type: {
|
|
3024
|
+
kind: "NamedType",
|
|
3025
|
+
name: { kind: "Name", value: "RequestedResourceInput" },
|
|
3026
|
+
},
|
|
3027
|
+
},
|
|
3028
|
+
},
|
|
3029
|
+
},
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
kind: "VariableDefinition",
|
|
3033
|
+
variable: {
|
|
3034
|
+
kind: "Variable",
|
|
3035
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
3036
|
+
},
|
|
3037
|
+
type: {
|
|
3038
|
+
kind: "NonNullType",
|
|
3039
|
+
type: {
|
|
3040
|
+
kind: "ListType",
|
|
3041
|
+
type: {
|
|
3042
|
+
kind: "NonNullType",
|
|
3043
|
+
type: {
|
|
3044
|
+
kind: "NamedType",
|
|
3045
|
+
name: { kind: "Name", value: "RequestedGroupInput" },
|
|
3046
|
+
},
|
|
3047
|
+
},
|
|
3048
|
+
},
|
|
3049
|
+
},
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
kind: "VariableDefinition",
|
|
3053
|
+
variable: {
|
|
3054
|
+
kind: "Variable",
|
|
3055
|
+
name: { kind: "Name", value: "reason" },
|
|
3056
|
+
},
|
|
3057
|
+
type: {
|
|
3058
|
+
kind: "NonNullType",
|
|
3059
|
+
type: {
|
|
3060
|
+
kind: "NamedType",
|
|
3061
|
+
name: { kind: "Name", value: "String" },
|
|
3062
|
+
},
|
|
3063
|
+
},
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
kind: "VariableDefinition",
|
|
3067
|
+
variable: {
|
|
3068
|
+
kind: "Variable",
|
|
3069
|
+
name: { kind: "Name", value: "durationInMinutes" },
|
|
3070
|
+
},
|
|
3071
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "Int" } },
|
|
3072
|
+
},
|
|
3073
|
+
],
|
|
3074
|
+
selectionSet: {
|
|
3075
|
+
kind: "SelectionSet",
|
|
3076
|
+
selections: [
|
|
3077
|
+
{
|
|
3078
|
+
kind: "Field",
|
|
3079
|
+
name: { kind: "Name", value: "createRequest" },
|
|
3080
|
+
arguments: [
|
|
3081
|
+
{
|
|
3082
|
+
kind: "Argument",
|
|
3083
|
+
name: { kind: "Name", value: "input" },
|
|
3084
|
+
value: {
|
|
3085
|
+
kind: "ObjectValue",
|
|
3086
|
+
fields: [
|
|
3087
|
+
{
|
|
3088
|
+
kind: "ObjectField",
|
|
3089
|
+
name: { kind: "Name", value: "requestedResources" },
|
|
3090
|
+
value: {
|
|
3091
|
+
kind: "Variable",
|
|
3092
|
+
name: { kind: "Name", value: "requestedResources" },
|
|
3093
|
+
},
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
kind: "ObjectField",
|
|
3097
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
3098
|
+
value: {
|
|
3099
|
+
kind: "Variable",
|
|
3100
|
+
name: { kind: "Name", value: "requestedGroups" },
|
|
3101
|
+
},
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
kind: "ObjectField",
|
|
3105
|
+
name: { kind: "Name", value: "reason" },
|
|
3106
|
+
value: {
|
|
3107
|
+
kind: "Variable",
|
|
3108
|
+
name: { kind: "Name", value: "reason" },
|
|
3109
|
+
},
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
kind: "ObjectField",
|
|
3113
|
+
name: { kind: "Name", value: "durationInMinutes" },
|
|
3114
|
+
value: {
|
|
3115
|
+
kind: "Variable",
|
|
3116
|
+
name: { kind: "Name", value: "durationInMinutes" },
|
|
3117
|
+
},
|
|
3118
|
+
},
|
|
3119
|
+
],
|
|
3120
|
+
},
|
|
3121
|
+
},
|
|
3122
|
+
],
|
|
3123
|
+
selectionSet: {
|
|
3124
|
+
kind: "SelectionSet",
|
|
3125
|
+
selections: [
|
|
3126
|
+
{
|
|
3127
|
+
kind: "InlineFragment",
|
|
3128
|
+
typeCondition: {
|
|
3129
|
+
kind: "NamedType",
|
|
3130
|
+
name: { kind: "Name", value: "CreateRequestResult" },
|
|
3131
|
+
},
|
|
3132
|
+
selectionSet: {
|
|
3133
|
+
kind: "SelectionSet",
|
|
3134
|
+
selections: [
|
|
3135
|
+
{
|
|
3136
|
+
kind: "Field",
|
|
3137
|
+
name: { kind: "Name", value: "request" },
|
|
3138
|
+
selectionSet: {
|
|
3139
|
+
kind: "SelectionSet",
|
|
3140
|
+
selections: [
|
|
3141
|
+
{
|
|
3142
|
+
kind: "Field",
|
|
3143
|
+
name: { kind: "Name", value: "id" },
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
kind: "Field",
|
|
3147
|
+
name: { kind: "Name", value: "status" },
|
|
3148
|
+
},
|
|
3149
|
+
],
|
|
3150
|
+
},
|
|
3151
|
+
},
|
|
3152
|
+
],
|
|
3153
|
+
},
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
kind: "InlineFragment",
|
|
3157
|
+
typeCondition: {
|
|
3158
|
+
kind: "NamedType",
|
|
3159
|
+
name: {
|
|
3160
|
+
kind: "Name",
|
|
3161
|
+
value: "RequestDurationTooLargeError",
|
|
3162
|
+
},
|
|
3163
|
+
},
|
|
3164
|
+
selectionSet: {
|
|
3165
|
+
kind: "SelectionSet",
|
|
3166
|
+
selections: [
|
|
3167
|
+
{
|
|
3168
|
+
kind: "Field",
|
|
3169
|
+
name: { kind: "Name", value: "message" },
|
|
3170
|
+
},
|
|
3171
|
+
],
|
|
3172
|
+
},
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
kind: "InlineFragment",
|
|
3176
|
+
typeCondition: {
|
|
3177
|
+
kind: "NamedType",
|
|
3178
|
+
name: {
|
|
3179
|
+
kind: "Name",
|
|
3180
|
+
value: "RequestRequiresUserAuthTokenForConnectionError",
|
|
3181
|
+
},
|
|
3182
|
+
},
|
|
3183
|
+
selectionSet: {
|
|
3184
|
+
kind: "SelectionSet",
|
|
3185
|
+
selections: [
|
|
3186
|
+
{
|
|
3187
|
+
kind: "Field",
|
|
3188
|
+
name: { kind: "Name", value: "message" },
|
|
3189
|
+
},
|
|
3190
|
+
],
|
|
3191
|
+
},
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
kind: "InlineFragment",
|
|
3195
|
+
typeCondition: {
|
|
3196
|
+
kind: "NamedType",
|
|
3197
|
+
name: {
|
|
3198
|
+
kind: "Name",
|
|
3199
|
+
value: "NoReviewersSetForOwnerError",
|
|
3200
|
+
},
|
|
3201
|
+
},
|
|
3202
|
+
selectionSet: {
|
|
3203
|
+
kind: "SelectionSet",
|
|
3204
|
+
selections: [
|
|
3205
|
+
{
|
|
3206
|
+
kind: "Field",
|
|
3207
|
+
name: { kind: "Name", value: "message" },
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
kind: "Field",
|
|
3211
|
+
name: { kind: "Name", value: "ownerId" },
|
|
3212
|
+
},
|
|
3213
|
+
],
|
|
3214
|
+
},
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
kind: "InlineFragment",
|
|
3218
|
+
typeCondition: {
|
|
3219
|
+
kind: "NamedType",
|
|
3220
|
+
name: {
|
|
3221
|
+
kind: "Name",
|
|
3222
|
+
value: "NoReviewersSetForResourceError",
|
|
3223
|
+
},
|
|
3224
|
+
},
|
|
3225
|
+
selectionSet: {
|
|
3226
|
+
kind: "SelectionSet",
|
|
3227
|
+
selections: [
|
|
3228
|
+
{
|
|
3229
|
+
kind: "Field",
|
|
3230
|
+
name: { kind: "Name", value: "message" },
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
kind: "Field",
|
|
3234
|
+
name: { kind: "Name", value: "resourceId" },
|
|
3235
|
+
},
|
|
3236
|
+
],
|
|
3237
|
+
},
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
kind: "InlineFragment",
|
|
3241
|
+
typeCondition: {
|
|
3242
|
+
kind: "NamedType",
|
|
3243
|
+
name: {
|
|
3244
|
+
kind: "Name",
|
|
3245
|
+
value: "NoReviewersSetForGroupError",
|
|
3246
|
+
},
|
|
3247
|
+
},
|
|
3248
|
+
selectionSet: {
|
|
3249
|
+
kind: "SelectionSet",
|
|
3250
|
+
selections: [
|
|
3251
|
+
{
|
|
3252
|
+
kind: "Field",
|
|
3253
|
+
name: { kind: "Name", value: "message" },
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
kind: "Field",
|
|
3257
|
+
name: { kind: "Name", value: "groupId" },
|
|
3258
|
+
},
|
|
3259
|
+
],
|
|
3260
|
+
},
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
kind: "InlineFragment",
|
|
3264
|
+
typeCondition: {
|
|
3265
|
+
kind: "NamedType",
|
|
3266
|
+
name: {
|
|
3267
|
+
kind: "Name",
|
|
3268
|
+
value: "NoManagerSetForRequestingUserError",
|
|
3269
|
+
},
|
|
3270
|
+
},
|
|
3271
|
+
selectionSet: {
|
|
3272
|
+
kind: "SelectionSet",
|
|
3273
|
+
selections: [
|
|
3274
|
+
{
|
|
3275
|
+
kind: "Field",
|
|
3276
|
+
name: { kind: "Name", value: "message" },
|
|
3277
|
+
},
|
|
3278
|
+
],
|
|
3279
|
+
},
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
kind: "InlineFragment",
|
|
3283
|
+
typeCondition: {
|
|
3284
|
+
kind: "NamedType",
|
|
3285
|
+
name: { kind: "Name", value: "MfaInvalidError" },
|
|
3286
|
+
},
|
|
3287
|
+
selectionSet: {
|
|
3288
|
+
kind: "SelectionSet",
|
|
3289
|
+
selections: [
|
|
3290
|
+
{
|
|
3291
|
+
kind: "Field",
|
|
3292
|
+
name: { kind: "Name", value: "message" },
|
|
3293
|
+
},
|
|
3294
|
+
],
|
|
3295
|
+
},
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
kind: "InlineFragment",
|
|
3299
|
+
typeCondition: {
|
|
3300
|
+
kind: "NamedType",
|
|
3301
|
+
name: { kind: "Name", value: "BulkRequestTooLargeError" },
|
|
3302
|
+
},
|
|
3303
|
+
selectionSet: {
|
|
3304
|
+
kind: "SelectionSet",
|
|
3305
|
+
selections: [
|
|
3306
|
+
{
|
|
3307
|
+
kind: "Field",
|
|
3308
|
+
name: { kind: "Name", value: "message" },
|
|
3309
|
+
},
|
|
3310
|
+
],
|
|
3311
|
+
},
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
kind: "InlineFragment",
|
|
3315
|
+
typeCondition: {
|
|
3316
|
+
kind: "NamedType",
|
|
3317
|
+
name: { kind: "Name", value: "ItemCannotBeRequestedError" },
|
|
3318
|
+
},
|
|
3319
|
+
selectionSet: {
|
|
3320
|
+
kind: "SelectionSet",
|
|
3321
|
+
selections: [
|
|
3322
|
+
{
|
|
3323
|
+
kind: "Field",
|
|
3324
|
+
name: { kind: "Name", value: "message" },
|
|
3325
|
+
},
|
|
3326
|
+
],
|
|
3327
|
+
},
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
kind: "InlineFragment",
|
|
3331
|
+
typeCondition: {
|
|
3332
|
+
kind: "NamedType",
|
|
3333
|
+
name: {
|
|
3334
|
+
kind: "Name",
|
|
3335
|
+
value: "UserCannotRequestAccessForTargetGroupError",
|
|
3336
|
+
},
|
|
3337
|
+
},
|
|
3338
|
+
selectionSet: {
|
|
3339
|
+
kind: "SelectionSet",
|
|
3340
|
+
selections: [
|
|
3341
|
+
{
|
|
3342
|
+
kind: "Field",
|
|
3343
|
+
name: { kind: "Name", value: "message" },
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
kind: "Field",
|
|
3347
|
+
name: { kind: "Name", value: "groupId" },
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
kind: "Field",
|
|
3351
|
+
name: { kind: "Name", value: "userId" },
|
|
3352
|
+
},
|
|
3353
|
+
],
|
|
3354
|
+
},
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
kind: "InlineFragment",
|
|
3358
|
+
typeCondition: {
|
|
3359
|
+
kind: "NamedType",
|
|
3360
|
+
name: {
|
|
3361
|
+
kind: "Name",
|
|
3362
|
+
value: "GroupNestingNotAllowedError",
|
|
3363
|
+
},
|
|
3364
|
+
},
|
|
3365
|
+
selectionSet: {
|
|
3366
|
+
kind: "SelectionSet",
|
|
3367
|
+
selections: [
|
|
3368
|
+
{
|
|
3369
|
+
kind: "Field",
|
|
3370
|
+
name: { kind: "Name", value: "message" },
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
kind: "Field",
|
|
3374
|
+
name: { kind: "Name", value: "fromGroupId" },
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
kind: "Field",
|
|
3378
|
+
name: { kind: "Name", value: "toGroupId" },
|
|
3379
|
+
},
|
|
3380
|
+
],
|
|
3381
|
+
},
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
kind: "InlineFragment",
|
|
3385
|
+
typeCondition: {
|
|
3386
|
+
kind: "NamedType",
|
|
3387
|
+
name: {
|
|
3388
|
+
kind: "Name",
|
|
3389
|
+
value: "TargetUserHasNestedAccessError",
|
|
3390
|
+
},
|
|
3391
|
+
},
|
|
3392
|
+
selectionSet: {
|
|
3393
|
+
kind: "SelectionSet",
|
|
3394
|
+
selections: [
|
|
3395
|
+
{
|
|
3396
|
+
kind: "Field",
|
|
3397
|
+
name: { kind: "Name", value: "message" },
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
kind: "Field",
|
|
3401
|
+
name: { kind: "Name", value: "groupIds" },
|
|
3402
|
+
},
|
|
3403
|
+
],
|
|
3404
|
+
},
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
kind: "InlineFragment",
|
|
3408
|
+
typeCondition: {
|
|
3409
|
+
kind: "NamedType",
|
|
3410
|
+
name: { kind: "Name", value: "RequestReasonMissingError" },
|
|
3411
|
+
},
|
|
3412
|
+
selectionSet: {
|
|
3413
|
+
kind: "SelectionSet",
|
|
3414
|
+
selections: [
|
|
3415
|
+
{
|
|
3416
|
+
kind: "Field",
|
|
3417
|
+
name: { kind: "Name", value: "message" },
|
|
3418
|
+
},
|
|
3419
|
+
],
|
|
3420
|
+
},
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
kind: "InlineFragment",
|
|
3424
|
+
typeCondition: {
|
|
3425
|
+
kind: "NamedType",
|
|
3426
|
+
name: {
|
|
3427
|
+
kind: "Name",
|
|
3428
|
+
value: "RequestFieldValueMissingError",
|
|
3429
|
+
},
|
|
3430
|
+
},
|
|
3431
|
+
selectionSet: {
|
|
3432
|
+
kind: "SelectionSet",
|
|
3433
|
+
selections: [
|
|
3434
|
+
{
|
|
3435
|
+
kind: "Field",
|
|
3436
|
+
name: { kind: "Name", value: "message" },
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
kind: "Field",
|
|
3440
|
+
name: { kind: "Name", value: "fieldName" },
|
|
3441
|
+
},
|
|
3442
|
+
],
|
|
3443
|
+
},
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
kind: "InlineFragment",
|
|
3447
|
+
typeCondition: {
|
|
3448
|
+
kind: "NamedType",
|
|
3449
|
+
name: {
|
|
3450
|
+
kind: "Name",
|
|
3451
|
+
value: "LinkedGroupNotRequestableError",
|
|
3452
|
+
},
|
|
3453
|
+
},
|
|
3454
|
+
selectionSet: {
|
|
3455
|
+
kind: "SelectionSet",
|
|
3456
|
+
selections: [
|
|
3457
|
+
{
|
|
3458
|
+
kind: "Field",
|
|
3459
|
+
name: { kind: "Name", value: "message" },
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
kind: "Field",
|
|
3463
|
+
name: { kind: "Name", value: "sourceGroupId" },
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
kind: "Field",
|
|
3467
|
+
name: { kind: "Name", value: "groupBindingId" },
|
|
3468
|
+
},
|
|
3469
|
+
],
|
|
3470
|
+
},
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
kind: "InlineFragment",
|
|
3474
|
+
typeCondition: {
|
|
3475
|
+
kind: "NamedType",
|
|
3476
|
+
name: {
|
|
3477
|
+
kind: "Name",
|
|
3478
|
+
value: "RequestReasonBelowMinLengthError",
|
|
3479
|
+
},
|
|
3480
|
+
},
|
|
3481
|
+
selectionSet: {
|
|
3482
|
+
kind: "SelectionSet",
|
|
3483
|
+
selections: [
|
|
3484
|
+
{
|
|
3485
|
+
kind: "Field",
|
|
3486
|
+
name: { kind: "Name", value: "message" },
|
|
3487
|
+
},
|
|
3488
|
+
],
|
|
3489
|
+
},
|
|
3490
|
+
},
|
|
3491
|
+
],
|
|
3492
|
+
},
|
|
3493
|
+
},
|
|
3494
|
+
],
|
|
3495
|
+
},
|
|
3496
|
+
},
|
|
3497
|
+
],
|
|
3498
|
+
};
|
|
3499
|
+
exports.GetCatalogItemDocument = {
|
|
3500
|
+
kind: "Document",
|
|
3501
|
+
definitions: [
|
|
3502
|
+
{
|
|
3503
|
+
kind: "OperationDefinition",
|
|
3504
|
+
operation: "query",
|
|
3505
|
+
name: { kind: "Name", value: "GetCatalogItem" },
|
|
3506
|
+
variableDefinitions: [
|
|
3507
|
+
{
|
|
3508
|
+
kind: "VariableDefinition",
|
|
3509
|
+
variable: { kind: "Variable", name: { kind: "Name", value: "uuid" } },
|
|
3510
|
+
type: {
|
|
3511
|
+
kind: "NonNullType",
|
|
3512
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "UUID" } },
|
|
3513
|
+
},
|
|
3514
|
+
},
|
|
3515
|
+
],
|
|
3516
|
+
selectionSet: {
|
|
3517
|
+
kind: "SelectionSet",
|
|
3518
|
+
selections: [
|
|
3519
|
+
{
|
|
3520
|
+
kind: "Field",
|
|
3521
|
+
name: { kind: "Name", value: "catalogItem" },
|
|
3522
|
+
arguments: [
|
|
3523
|
+
{
|
|
3524
|
+
kind: "Argument",
|
|
3525
|
+
name: { kind: "Name", value: "id" },
|
|
3526
|
+
value: {
|
|
3527
|
+
kind: "Variable",
|
|
3528
|
+
name: { kind: "Name", value: "uuid" },
|
|
3529
|
+
},
|
|
3530
|
+
},
|
|
3531
|
+
],
|
|
3532
|
+
selectionSet: {
|
|
3533
|
+
kind: "SelectionSet",
|
|
3534
|
+
selections: [
|
|
3535
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
|
3536
|
+
{
|
|
3537
|
+
kind: "InlineFragment",
|
|
3538
|
+
typeCondition: {
|
|
3539
|
+
kind: "NamedType",
|
|
3540
|
+
name: { kind: "Name", value: "Connection" },
|
|
3541
|
+
},
|
|
3542
|
+
selectionSet: {
|
|
3543
|
+
kind: "SelectionSet",
|
|
3544
|
+
selections: [
|
|
3545
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
|
3546
|
+
{
|
|
3547
|
+
kind: "Field",
|
|
3548
|
+
name: { kind: "Name", value: "displayName" },
|
|
3549
|
+
},
|
|
3550
|
+
],
|
|
3551
|
+
},
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
kind: "InlineFragment",
|
|
3555
|
+
typeCondition: {
|
|
3556
|
+
kind: "NamedType",
|
|
3557
|
+
name: { kind: "Name", value: "Resource" },
|
|
3558
|
+
},
|
|
3559
|
+
selectionSet: {
|
|
3560
|
+
kind: "SelectionSet",
|
|
3561
|
+
selections: [
|
|
3562
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
|
3563
|
+
{
|
|
3564
|
+
kind: "Field",
|
|
3565
|
+
name: { kind: "Name", value: "displayName" },
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
kind: "Field",
|
|
3569
|
+
name: { kind: "Name", value: "connection" },
|
|
3570
|
+
selectionSet: {
|
|
3571
|
+
kind: "SelectionSet",
|
|
3572
|
+
selections: [
|
|
3573
|
+
{
|
|
3574
|
+
kind: "Field",
|
|
3575
|
+
name: { kind: "Name", value: "id" },
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
kind: "Field",
|
|
3579
|
+
name: { kind: "Name", value: "displayName" },
|
|
3580
|
+
},
|
|
3581
|
+
],
|
|
3582
|
+
},
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
kind: "Field",
|
|
3586
|
+
name: { kind: "Name", value: "accessLevels" },
|
|
3587
|
+
selectionSet: {
|
|
3588
|
+
kind: "SelectionSet",
|
|
3589
|
+
selections: [
|
|
3590
|
+
{
|
|
3591
|
+
kind: "Field",
|
|
3592
|
+
name: { kind: "Name", value: "accessLevelName" },
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
kind: "Field",
|
|
3596
|
+
name: {
|
|
3597
|
+
kind: "Name",
|
|
3598
|
+
value: "accessLevelRemoteId",
|
|
3599
|
+
},
|
|
3600
|
+
},
|
|
3601
|
+
],
|
|
3602
|
+
},
|
|
3603
|
+
},
|
|
3604
|
+
],
|
|
3605
|
+
},
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
kind: "InlineFragment",
|
|
3609
|
+
typeCondition: {
|
|
3610
|
+
kind: "NamedType",
|
|
3611
|
+
name: { kind: "Name", value: "Group" },
|
|
3612
|
+
},
|
|
3613
|
+
selectionSet: {
|
|
3614
|
+
kind: "SelectionSet",
|
|
3615
|
+
selections: [
|
|
3616
|
+
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
|
3617
|
+
{ kind: "Field", name: { kind: "Name", value: "name" } },
|
|
3618
|
+
{
|
|
3619
|
+
kind: "Field",
|
|
3620
|
+
name: { kind: "Name", value: "connection" },
|
|
3621
|
+
selectionSet: {
|
|
3622
|
+
kind: "SelectionSet",
|
|
3623
|
+
selections: [
|
|
3624
|
+
{
|
|
3625
|
+
kind: "Field",
|
|
3626
|
+
name: { kind: "Name", value: "id" },
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
kind: "Field",
|
|
3630
|
+
name: { kind: "Name", value: "displayName" },
|
|
3631
|
+
},
|
|
3632
|
+
],
|
|
3633
|
+
},
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
kind: "Field",
|
|
3637
|
+
name: { kind: "Name", value: "accessLevels" },
|
|
3638
|
+
selectionSet: {
|
|
3639
|
+
kind: "SelectionSet",
|
|
3640
|
+
selections: [
|
|
3641
|
+
{
|
|
3642
|
+
kind: "Field",
|
|
3643
|
+
name: { kind: "Name", value: "accessLevelName" },
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
kind: "Field",
|
|
3647
|
+
name: {
|
|
3648
|
+
kind: "Name",
|
|
3649
|
+
value: "accessLevelRemoteId",
|
|
3650
|
+
},
|
|
3651
|
+
},
|
|
3652
|
+
],
|
|
3653
|
+
},
|
|
3654
|
+
},
|
|
3655
|
+
],
|
|
3656
|
+
},
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
kind: "InlineFragment",
|
|
3660
|
+
typeCondition: {
|
|
3661
|
+
kind: "NamedType",
|
|
3662
|
+
name: { kind: "Name", value: "UserFacingError" },
|
|
3663
|
+
},
|
|
3664
|
+
selectionSet: {
|
|
3665
|
+
kind: "SelectionSet",
|
|
3666
|
+
selections: [
|
|
3667
|
+
{
|
|
3668
|
+
kind: "Field",
|
|
3669
|
+
name: { kind: "Name", value: "message" },
|
|
3670
|
+
},
|
|
3671
|
+
],
|
|
3672
|
+
},
|
|
3673
|
+
},
|
|
3674
|
+
],
|
|
3675
|
+
},
|
|
3676
|
+
},
|
|
3677
|
+
],
|
|
3678
|
+
},
|
|
3679
|
+
},
|
|
3680
|
+
],
|
|
3681
|
+
};
|
|
3682
|
+
exports.GetAssociatedItemsDocument = {
|
|
3683
|
+
kind: "Document",
|
|
3684
|
+
definitions: [
|
|
3685
|
+
{
|
|
3686
|
+
kind: "OperationDefinition",
|
|
3687
|
+
operation: "query",
|
|
3688
|
+
name: { kind: "Name", value: "GetAssociatedItems" },
|
|
3689
|
+
variableDefinitions: [
|
|
3690
|
+
{
|
|
3691
|
+
kind: "VariableDefinition",
|
|
3692
|
+
variable: {
|
|
3693
|
+
kind: "Variable",
|
|
3694
|
+
name: { kind: "Name", value: "resourceId" },
|
|
3695
|
+
},
|
|
3696
|
+
type: {
|
|
3697
|
+
kind: "NonNullType",
|
|
3698
|
+
type: {
|
|
3699
|
+
kind: "NamedType",
|
|
3700
|
+
name: { kind: "Name", value: "ResourceId" },
|
|
3701
|
+
},
|
|
3702
|
+
},
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
kind: "VariableDefinition",
|
|
3706
|
+
variable: {
|
|
3707
|
+
kind: "Variable",
|
|
3708
|
+
name: { kind: "Name", value: "searchQuery" },
|
|
3709
|
+
},
|
|
3710
|
+
type: { kind: "NamedType", name: { kind: "Name", value: "String" } },
|
|
3711
|
+
},
|
|
3712
|
+
],
|
|
3713
|
+
selectionSet: {
|
|
3714
|
+
kind: "SelectionSet",
|
|
3715
|
+
selections: [
|
|
3716
|
+
{
|
|
3717
|
+
kind: "Field",
|
|
3718
|
+
name: { kind: "Name", value: "resource" },
|
|
3719
|
+
arguments: [
|
|
3720
|
+
{
|
|
3721
|
+
kind: "Argument",
|
|
3722
|
+
name: { kind: "Name", value: "input" },
|
|
3723
|
+
value: {
|
|
3724
|
+
kind: "ObjectValue",
|
|
3725
|
+
fields: [
|
|
3726
|
+
{
|
|
3727
|
+
kind: "ObjectField",
|
|
3728
|
+
name: { kind: "Name", value: "id" },
|
|
3729
|
+
value: {
|
|
3730
|
+
kind: "Variable",
|
|
3731
|
+
name: { kind: "Name", value: "resourceId" },
|
|
3732
|
+
},
|
|
3733
|
+
},
|
|
3734
|
+
],
|
|
3735
|
+
},
|
|
3736
|
+
},
|
|
3737
|
+
],
|
|
3738
|
+
selectionSet: {
|
|
3739
|
+
kind: "SelectionSet",
|
|
3740
|
+
selections: [
|
|
3741
|
+
{ kind: "Field", name: { kind: "Name", value: "__typename" } },
|
|
3742
|
+
{
|
|
3743
|
+
kind: "InlineFragment",
|
|
3744
|
+
typeCondition: {
|
|
3745
|
+
kind: "NamedType",
|
|
3746
|
+
name: { kind: "Name", value: "ResourceResult" },
|
|
3747
|
+
},
|
|
3748
|
+
selectionSet: {
|
|
3749
|
+
kind: "SelectionSet",
|
|
3750
|
+
selections: [
|
|
3751
|
+
{
|
|
3752
|
+
kind: "Field",
|
|
3753
|
+
name: { kind: "Name", value: "__typename" },
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
kind: "Field",
|
|
3757
|
+
name: { kind: "Name", value: "resource" },
|
|
3758
|
+
selectionSet: {
|
|
3759
|
+
kind: "SelectionSet",
|
|
3760
|
+
selections: [
|
|
3761
|
+
{
|
|
3762
|
+
kind: "Field",
|
|
3763
|
+
name: { kind: "Name", value: "associatedItems" },
|
|
3764
|
+
arguments: [
|
|
3765
|
+
{
|
|
3766
|
+
kind: "Argument",
|
|
3767
|
+
name: { kind: "Name", value: "first" },
|
|
3768
|
+
value: { kind: "IntValue", value: "200" },
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
kind: "Argument",
|
|
3772
|
+
name: { kind: "Name", value: "filters" },
|
|
3773
|
+
value: {
|
|
3774
|
+
kind: "ObjectValue",
|
|
3775
|
+
fields: [
|
|
3776
|
+
{
|
|
3777
|
+
kind: "ObjectField",
|
|
3778
|
+
name: {
|
|
3779
|
+
kind: "Name",
|
|
3780
|
+
value: "searchQuery",
|
|
3781
|
+
},
|
|
3782
|
+
value: {
|
|
3783
|
+
kind: "ObjectValue",
|
|
3784
|
+
fields: [
|
|
3785
|
+
{
|
|
3786
|
+
kind: "ObjectField",
|
|
3787
|
+
name: {
|
|
3788
|
+
kind: "Name",
|
|
3789
|
+
value: "contains",
|
|
3790
|
+
},
|
|
3791
|
+
value: {
|
|
3792
|
+
kind: "Variable",
|
|
3793
|
+
name: {
|
|
3794
|
+
kind: "Name",
|
|
3795
|
+
value: "searchQuery",
|
|
3796
|
+
},
|
|
3797
|
+
},
|
|
3798
|
+
},
|
|
3799
|
+
],
|
|
3800
|
+
},
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
kind: "ObjectField",
|
|
3804
|
+
name: { kind: "Name", value: "access" },
|
|
3805
|
+
value: {
|
|
3806
|
+
kind: "EnumValue",
|
|
3807
|
+
value: "REQUESTABLE",
|
|
3808
|
+
},
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
kind: "ObjectField",
|
|
3812
|
+
name: {
|
|
3813
|
+
kind: "Name",
|
|
3814
|
+
value: "endUserVisible",
|
|
3815
|
+
},
|
|
3816
|
+
value: {
|
|
3817
|
+
kind: "BooleanValue",
|
|
3818
|
+
value: true,
|
|
3819
|
+
},
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
kind: "ObjectField",
|
|
3823
|
+
name: {
|
|
3824
|
+
kind: "Name",
|
|
3825
|
+
value: "entityType",
|
|
3826
|
+
},
|
|
3827
|
+
value: {
|
|
3828
|
+
kind: "ObjectValue",
|
|
3829
|
+
fields: [
|
|
3830
|
+
{
|
|
3831
|
+
kind: "ObjectField",
|
|
3832
|
+
name: {
|
|
3833
|
+
kind: "Name",
|
|
3834
|
+
value: "in",
|
|
3835
|
+
},
|
|
3836
|
+
value: {
|
|
3837
|
+
kind: "ListValue",
|
|
3838
|
+
values: [
|
|
3839
|
+
{
|
|
3840
|
+
kind: "EnumValue",
|
|
3841
|
+
value: "GROUP",
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
kind: "EnumValue",
|
|
3845
|
+
value: "RESOURCE",
|
|
3846
|
+
},
|
|
3847
|
+
],
|
|
3848
|
+
},
|
|
3849
|
+
},
|
|
3850
|
+
],
|
|
3851
|
+
},
|
|
3852
|
+
},
|
|
3853
|
+
],
|
|
3854
|
+
},
|
|
3855
|
+
},
|
|
3856
|
+
],
|
|
3857
|
+
selectionSet: {
|
|
3858
|
+
kind: "SelectionSet",
|
|
3859
|
+
selections: [
|
|
3860
|
+
{
|
|
3861
|
+
kind: "Field",
|
|
3862
|
+
name: { kind: "Name", value: "edges" },
|
|
3863
|
+
selectionSet: {
|
|
3864
|
+
kind: "SelectionSet",
|
|
3865
|
+
selections: [
|
|
3866
|
+
{
|
|
3867
|
+
kind: "Field",
|
|
3868
|
+
name: {
|
|
3869
|
+
kind: "Name",
|
|
3870
|
+
value: "__typename",
|
|
3871
|
+
},
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
kind: "InlineFragment",
|
|
3875
|
+
typeCondition: {
|
|
3876
|
+
kind: "NamedType",
|
|
3877
|
+
name: {
|
|
3878
|
+
kind: "Name",
|
|
3879
|
+
value: "ResourceAssociatedItemEdge",
|
|
3880
|
+
},
|
|
3881
|
+
},
|
|
3882
|
+
selectionSet: {
|
|
3883
|
+
kind: "SelectionSet",
|
|
3884
|
+
selections: [
|
|
3885
|
+
{
|
|
3886
|
+
kind: "Field",
|
|
3887
|
+
name: {
|
|
3888
|
+
kind: "Name",
|
|
3889
|
+
value: "alias",
|
|
3890
|
+
},
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
kind: "Field",
|
|
3894
|
+
name: {
|
|
3895
|
+
kind: "Name",
|
|
3896
|
+
value: "node",
|
|
3897
|
+
},
|
|
3898
|
+
selectionSet: {
|
|
3899
|
+
kind: "SelectionSet",
|
|
3900
|
+
selections: [
|
|
3901
|
+
{
|
|
3902
|
+
kind: "Field",
|
|
3903
|
+
name: {
|
|
3904
|
+
kind: "Name",
|
|
3905
|
+
value: "__typename",
|
|
3906
|
+
},
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
kind: "Field",
|
|
3910
|
+
name: {
|
|
3911
|
+
kind: "Name",
|
|
3912
|
+
value: "id",
|
|
3913
|
+
},
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
kind: "Field",
|
|
3917
|
+
name: {
|
|
3918
|
+
kind: "Name",
|
|
3919
|
+
value: "name",
|
|
3920
|
+
},
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
kind: "InlineFragment",
|
|
3924
|
+
typeCondition: {
|
|
3925
|
+
kind: "NamedType",
|
|
3926
|
+
name: {
|
|
3927
|
+
kind: "Name",
|
|
3928
|
+
value: "Resource",
|
|
3929
|
+
},
|
|
3930
|
+
},
|
|
3931
|
+
selectionSet: {
|
|
3932
|
+
kind: "SelectionSet",
|
|
3933
|
+
selections: [
|
|
3934
|
+
{
|
|
3935
|
+
kind: "Field",
|
|
3936
|
+
name: {
|
|
3937
|
+
kind: "Name",
|
|
3938
|
+
value: "accessLevels",
|
|
3939
|
+
},
|
|
3940
|
+
arguments: [
|
|
3941
|
+
{
|
|
3942
|
+
kind: "Argument",
|
|
3943
|
+
name: {
|
|
3944
|
+
kind: "Name",
|
|
3945
|
+
value: "filters",
|
|
3946
|
+
},
|
|
3947
|
+
value: {
|
|
3948
|
+
kind: "ObjectValue",
|
|
3949
|
+
fields: [
|
|
3950
|
+
{
|
|
3951
|
+
kind: "ObjectField",
|
|
3952
|
+
name: {
|
|
3953
|
+
kind: "Name",
|
|
3954
|
+
value: "skipRemoteAccessLevels",
|
|
3955
|
+
},
|
|
3956
|
+
value: {
|
|
3957
|
+
kind: "BooleanValue",
|
|
3958
|
+
value: false,
|
|
3959
|
+
},
|
|
3960
|
+
},
|
|
3961
|
+
],
|
|
3962
|
+
},
|
|
3963
|
+
},
|
|
3964
|
+
],
|
|
3965
|
+
selectionSet: {
|
|
3966
|
+
kind: "SelectionSet",
|
|
3967
|
+
selections: [
|
|
3968
|
+
{
|
|
3969
|
+
kind: "Field",
|
|
3970
|
+
name: {
|
|
3971
|
+
kind: "Name",
|
|
3972
|
+
value: "__typename",
|
|
3973
|
+
},
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
kind: "Field",
|
|
3977
|
+
name: {
|
|
3978
|
+
kind: "Name",
|
|
3979
|
+
value: "accessLevelName",
|
|
3980
|
+
},
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
kind: "Field",
|
|
3984
|
+
name: {
|
|
3985
|
+
kind: "Name",
|
|
3986
|
+
value: "accessLevelRemoteId",
|
|
3987
|
+
},
|
|
3988
|
+
},
|
|
3989
|
+
],
|
|
3990
|
+
},
|
|
3991
|
+
},
|
|
3992
|
+
],
|
|
3993
|
+
},
|
|
3994
|
+
},
|
|
3995
|
+
],
|
|
3996
|
+
},
|
|
3997
|
+
},
|
|
3998
|
+
],
|
|
3999
|
+
},
|
|
4000
|
+
},
|
|
4001
|
+
],
|
|
4002
|
+
},
|
|
4003
|
+
},
|
|
4004
|
+
],
|
|
4005
|
+
},
|
|
4006
|
+
},
|
|
4007
|
+
],
|
|
4008
|
+
},
|
|
4009
|
+
},
|
|
4010
|
+
],
|
|
4011
|
+
},
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
kind: "InlineFragment",
|
|
4015
|
+
typeCondition: {
|
|
4016
|
+
kind: "NamedType",
|
|
4017
|
+
name: { kind: "Name", value: "ResourceNotFoundError" },
|
|
4018
|
+
},
|
|
4019
|
+
selectionSet: {
|
|
4020
|
+
kind: "SelectionSet",
|
|
4021
|
+
selections: [
|
|
4022
|
+
{
|
|
4023
|
+
kind: "Field",
|
|
4024
|
+
name: { kind: "Name", value: "message" },
|
|
4025
|
+
},
|
|
4026
|
+
],
|
|
4027
|
+
},
|
|
4028
|
+
},
|
|
4029
|
+
],
|
|
4030
|
+
},
|
|
4031
|
+
},
|
|
4032
|
+
],
|
|
4033
|
+
},
|
|
4034
|
+
},
|
|
4035
|
+
],
|
|
4036
|
+
};
|