|
28545 | 28545 | "kind": "scalars", |
28546 | 28546 | "href": "/graphql/reference/scalars#boolean" |
28547 | 28547 | }, |
| 28548 | + { |
| 28549 | + "name": "interactionAbility", |
| 28550 | + "description": "<p>The interaction ability settings for this organization.</p>", |
| 28551 | + "type": "RepositoryInteractionAbility", |
| 28552 | + "id": "repositoryinteractionability", |
| 28553 | + "kind": "objects", |
| 28554 | + "href": "/graphql/reference/objects#repositoryinteractionability" |
| 28555 | + }, |
28548 | 28556 | { |
28549 | 28557 | "name": "ipAllowListEnabledSetting", |
28550 | 28558 | "description": "<p>The setting value for whether the organization has an IP allow list enabled.</p>", |
|
42674 | 42682 | "kind": "scalars", |
42675 | 42683 | "href": "/graphql/reference/scalars#uri" |
42676 | 42684 | }, |
| 42685 | + { |
| 42686 | + "name": "interactionAbility", |
| 42687 | + "description": "<p>The interaction ability settings for this repository.</p>", |
| 42688 | + "type": "RepositoryInteractionAbility", |
| 42689 | + "id": "repositoryinteractionability", |
| 42690 | + "kind": "objects", |
| 42691 | + "href": "/graphql/reference/objects#repositoryinteractionability" |
| 42692 | + }, |
42677 | 42693 | { |
42678 | 42694 | "name": "isArchived", |
42679 | 42695 | "description": "<p>Indicates if the repository is unmaintained.</p>", |
|
44553 | 44569 | } |
44554 | 44570 | ] |
44555 | 44571 | }, |
| 44572 | + { |
| 44573 | + "name": "RepositoryInteractionAbility", |
| 44574 | + "kind": "objects", |
| 44575 | + "id": "repositoryinteractionability", |
| 44576 | + "href": "/graphql/reference/objects#repositoryinteractionability", |
| 44577 | + "description": "<p>Repository interaction limit that applies to this object.</p>", |
| 44578 | + "fields": [ |
| 44579 | + { |
| 44580 | + "name": "expiresAt", |
| 44581 | + "description": "<p>The time the currently active limit expires.</p>", |
| 44582 | + "type": "DateTime", |
| 44583 | + "id": "datetime", |
| 44584 | + "kind": "scalars", |
| 44585 | + "href": "/graphql/reference/scalars#datetime" |
| 44586 | + }, |
| 44587 | + { |
| 44588 | + "name": "limit", |
| 44589 | + "description": "<p>The current limit that is enabled on this object.</p>", |
| 44590 | + "type": "RepositoryInteractionLimit!", |
| 44591 | + "id": "repositoryinteractionlimit", |
| 44592 | + "kind": "enums", |
| 44593 | + "href": "/graphql/reference/enums#repositoryinteractionlimit" |
| 44594 | + }, |
| 44595 | + { |
| 44596 | + "name": "origin", |
| 44597 | + "description": "<p>The origin of the currently active interaction limit.</p>", |
| 44598 | + "type": "RepositoryInteractionLimitOrigin!", |
| 44599 | + "id": "repositoryinteractionlimitorigin", |
| 44600 | + "kind": "enums", |
| 44601 | + "href": "/graphql/reference/enums#repositoryinteractionlimitorigin" |
| 44602 | + } |
| 44603 | + ] |
| 44604 | + }, |
44556 | 44605 | { |
44557 | 44606 | "name": "RepositoryInvitation", |
44558 | 44607 | "kind": "objects", |
|
52395 | 52444 | } |
52396 | 52445 | ] |
52397 | 52446 | }, |
| 52447 | + { |
| 52448 | + "name": "interactionAbility", |
| 52449 | + "description": "<p>The interaction ability settings for this user.</p>", |
| 52450 | + "type": "RepositoryInteractionAbility", |
| 52451 | + "id": "repositoryinteractionability", |
| 52452 | + "kind": "objects", |
| 52453 | + "href": "/graphql/reference/objects#repositoryinteractionability" |
| 52454 | + }, |
52398 | 52455 | { |
52399 | 52456 | "name": "isBountyHunter", |
52400 | 52457 | "description": "<p>Whether or not this user is a participant in the GitHub Security Bug Bounty.</p>", |
|
59457 | 59514 | } |
59458 | 59515 | ] |
59459 | 59516 | }, |
| 59517 | + { |
| 59518 | + "name": "RepositoryInteractionLimit", |
| 59519 | + "kind": "enums", |
| 59520 | + "id": "repositoryinteractionlimit", |
| 59521 | + "href": "/graphql/reference/enums#repositoryinteractionlimit", |
| 59522 | + "description": "<p>A repository interaction limit.</p>", |
| 59523 | + "values": [ |
| 59524 | + { |
| 59525 | + "name": "COLLABORATORS_ONLY", |
| 59526 | + "description": "<p>Users that are not collaborators will not be able to interact with the repository.</p>" |
| 59527 | + }, |
| 59528 | + { |
| 59529 | + "name": "CONTRIBUTORS_ONLY", |
| 59530 | + "description": "<p>Users that have not previously committed to a repository’s default branch will be unable to interact with the repository.</p>" |
| 59531 | + }, |
| 59532 | + { |
| 59533 | + "name": "EXISTING_USERS", |
| 59534 | + "description": "<p>Users that have recently created their account will be unable to interact with the repository.</p>" |
| 59535 | + }, |
| 59536 | + { |
| 59537 | + "name": "NO_LIMIT", |
| 59538 | + "description": "<p>No interaction limits are enabled.</p>" |
| 59539 | + } |
| 59540 | + ] |
| 59541 | + }, |
| 59542 | + { |
| 59543 | + "name": "RepositoryInteractionLimitOrigin", |
| 59544 | + "kind": "enums", |
| 59545 | + "id": "repositoryinteractionlimitorigin", |
| 59546 | + "href": "/graphql/reference/enums#repositoryinteractionlimitorigin", |
| 59547 | + "description": "<p>Indicates where an interaction limit is configured.</p>", |
| 59548 | + "values": [ |
| 59549 | + { |
| 59550 | + "name": "ORGANIZATION", |
| 59551 | + "description": "<p>A limit that is configured at the organization level.</p>" |
| 59552 | + }, |
| 59553 | + { |
| 59554 | + "name": "REPOSITORY", |
| 59555 | + "description": "<p>A limit that is configured at the repository level.</p>" |
| 59556 | + }, |
| 59557 | + { |
| 59558 | + "name": "USER", |
| 59559 | + "description": "<p>A limit that is configured at the user-wide level.</p>" |
| 59560 | + } |
| 59561 | + ] |
| 59562 | + }, |
59460 | 59563 | { |
59461 | 59564 | "name": "RepositoryInvitationOrderField", |
59462 | 59565 | "kind": "enums", |
|
0 commit comments