|
4342 | 4342 | } |
4343 | 4343 | ] |
4344 | 4344 | }, |
4345 | | - { |
4346 | | - "name": "updateEnterpriseActionExecutionCapabilitySetting", |
4347 | | - "kind": "mutations", |
4348 | | - "id": "updateenterpriseactionexecutioncapabilitysetting", |
4349 | | - "href": "/graphql/reference/mutations#updateenterpriseactionexecutioncapabilitysetting", |
4350 | | - "description": "<p>Sets the action execution capability setting for an enterprise.</p>", |
4351 | | - "inputFields": [ |
4352 | | - { |
4353 | | - "name": "input", |
4354 | | - "type": "UpdateEnterpriseActionExecutionCapabilitySettingInput!", |
4355 | | - "id": "updateenterpriseactionexecutioncapabilitysettinginput", |
4356 | | - "kind": "input-objects", |
4357 | | - "href": "/graphql/reference/input-objects#updateenterpriseactionexecutioncapabilitysettinginput" |
4358 | | - } |
4359 | | - ], |
4360 | | - "returnFields": [ |
4361 | | - { |
4362 | | - "name": "clientMutationId", |
4363 | | - "type": "String", |
4364 | | - "id": "string", |
4365 | | - "kind": "scalars", |
4366 | | - "href": "/graphql/reference/scalars#string", |
4367 | | - "description": "<p>A unique identifier for the client performing the mutation.</p>" |
4368 | | - }, |
4369 | | - { |
4370 | | - "name": "enterprise", |
4371 | | - "type": "Enterprise", |
4372 | | - "id": "enterprise", |
4373 | | - "kind": "objects", |
4374 | | - "href": "/graphql/reference/objects#enterprise", |
4375 | | - "description": "<p>The enterprise with the updated action execution capability setting.</p>" |
4376 | | - }, |
4377 | | - { |
4378 | | - "name": "message", |
4379 | | - "type": "String", |
4380 | | - "id": "string", |
4381 | | - "kind": "scalars", |
4382 | | - "href": "/graphql/reference/scalars#string", |
4383 | | - "description": "<p>A message confirming the result of updating the action execution capability setting.</p>" |
4384 | | - } |
4385 | | - ] |
4386 | | - }, |
4387 | 4345 | { |
4388 | 4346 | "name": "updateEnterpriseAdministratorRole", |
4389 | 4347 | "kind": "mutations", |
|
13992 | 13950 | "href": "/graphql/reference/objects#enterpriseownerinfo", |
13993 | 13951 | "description": "<p>Enterprise information only visible to enterprise owners.</p>", |
13994 | 13952 | "fields": [ |
13995 | | - { |
13996 | | - "name": "actionExecutionCapabilitySettingOrganizations", |
13997 | | - "description": "<p>A list of enterprise organizations configured with the provided action execution capabilities setting value.</p>", |
13998 | | - "type": "OrganizationConnection!", |
13999 | | - "id": "organizationconnection", |
14000 | | - "kind": "objects", |
14001 | | - "href": "/graphql/reference/objects#organizationconnection", |
14002 | | - "arguments": [ |
14003 | | - { |
14004 | | - "name": "after", |
14005 | | - "description": "<p>Returns the elements in the list that come after the specified cursor.</p>", |
14006 | | - "type": { |
14007 | | - "name": "String", |
14008 | | - "id": "string", |
14009 | | - "kind": "scalars", |
14010 | | - "href": "/graphql/reference/scalars#string" |
14011 | | - } |
14012 | | - }, |
14013 | | - { |
14014 | | - "name": "before", |
14015 | | - "description": "<p>Returns the elements in the list that come before the specified cursor.</p>", |
14016 | | - "type": { |
14017 | | - "name": "String", |
14018 | | - "id": "string", |
14019 | | - "kind": "scalars", |
14020 | | - "href": "/graphql/reference/scalars#string" |
14021 | | - } |
14022 | | - }, |
14023 | | - { |
14024 | | - "name": "first", |
14025 | | - "description": "<p>Returns the first <em>n</em> elements from the list.</p>", |
14026 | | - "type": { |
14027 | | - "name": "Int", |
14028 | | - "id": "int", |
14029 | | - "kind": "scalars", |
14030 | | - "href": "/graphql/reference/scalars#int" |
14031 | | - } |
14032 | | - }, |
14033 | | - { |
14034 | | - "name": "last", |
14035 | | - "description": "<p>Returns the last <em>n</em> elements from the list.</p>", |
14036 | | - "type": { |
14037 | | - "name": "Int", |
14038 | | - "id": "int", |
14039 | | - "kind": "scalars", |
14040 | | - "href": "/graphql/reference/scalars#int" |
14041 | | - } |
14042 | | - }, |
14043 | | - { |
14044 | | - "name": "orderBy", |
14045 | | - "description": "<p>Ordering options for organizations with this setting.</p>", |
14046 | | - "type": { |
14047 | | - "name": "OrganizationOrder", |
14048 | | - "id": "organizationorder", |
14049 | | - "kind": "input-objects", |
14050 | | - "href": "/graphql/reference/input-objects#organizationorder" |
14051 | | - } |
14052 | | - } |
14053 | | - ] |
14054 | | - }, |
14055 | 13953 | { |
14056 | 13954 | "name": "admins", |
14057 | 13955 | "description": "<p>A list of all of the administrators for this enterprise.</p>", |
|
56813 | 56711 | } |
56814 | 56712 | ], |
56815 | 56713 | "enums": [ |
56816 | | - { |
56817 | | - "name": "ActionExecutionCapabilitySetting", |
56818 | | - "kind": "enums", |
56819 | | - "id": "actionexecutioncapabilitysetting", |
56820 | | - "href": "/graphql/reference/enums#actionexecutioncapabilitysetting", |
56821 | | - "description": "<p>The possible capabilities for action executions setting.</p>", |
56822 | | - "values": [ |
56823 | | - { |
56824 | | - "name": "ALL_ACTIONS", |
56825 | | - "description": "<p>All action executions are enabled.</p>" |
56826 | | - }, |
56827 | | - { |
56828 | | - "name": "DISABLED", |
56829 | | - "description": "<p>All action executions are disabled.</p>" |
56830 | | - }, |
56831 | | - { |
56832 | | - "name": "LOCAL_ACTIONS_ONLY", |
56833 | | - "description": "<p>Only actions defined within the repo are allowed.</p>" |
56834 | | - }, |
56835 | | - { |
56836 | | - "name": "NO_POLICY", |
56837 | | - "description": "<p>Organization administrators action execution capabilities.</p>" |
56838 | | - } |
56839 | | - ] |
56840 | | - }, |
56841 | 56714 | { |
56842 | 56715 | "name": "AuditLogOrderField", |
56843 | 56716 | "kind": "enums", |
|
67358 | 67231 | } |
67359 | 67232 | ] |
67360 | 67233 | }, |
67361 | | - { |
67362 | | - "name": "UpdateEnterpriseActionExecutionCapabilitySettingInput", |
67363 | | - "kind": "inputObjects", |
67364 | | - "id": "updateenterpriseactionexecutioncapabilitysettinginput", |
67365 | | - "href": "/graphql/reference/input-objects#updateenterpriseactionexecutioncapabilitysettinginput", |
67366 | | - "description": "<p>Autogenerated input type of UpdateEnterpriseActionExecutionCapabilitySetting.</p>", |
67367 | | - "inputFields": [ |
67368 | | - { |
67369 | | - "name": "capability", |
67370 | | - "description": "<p>The value for the action execution capability setting on the enterprise.</p>", |
67371 | | - "type": "ActionExecutionCapabilitySetting!", |
67372 | | - "id": "actionexecutioncapabilitysetting", |
67373 | | - "kind": "enums", |
67374 | | - "href": "/graphql/reference/enums#actionexecutioncapabilitysetting" |
67375 | | - }, |
67376 | | - { |
67377 | | - "name": "clientMutationId", |
67378 | | - "description": "<p>A unique identifier for the client performing the mutation.</p>", |
67379 | | - "type": "String", |
67380 | | - "id": "string", |
67381 | | - "kind": "scalars", |
67382 | | - "href": "/graphql/reference/scalars#string" |
67383 | | - }, |
67384 | | - { |
67385 | | - "name": "enterpriseId", |
67386 | | - "description": "<p>The ID of the enterprise on which to set the members can create repositories setting.</p>", |
67387 | | - "type": "ID!", |
67388 | | - "id": "id", |
67389 | | - "kind": "scalars", |
67390 | | - "href": "/graphql/reference/scalars#id", |
67391 | | - "isDeprecated": false |
67392 | | - } |
67393 | | - ] |
67394 | | - }, |
67395 | 67234 | { |
67396 | 67235 | "name": "UpdateEnterpriseAdministratorRoleInput", |
67397 | 67236 | "kind": "inputObjects", |
|
0 commit comments