|
1560 | 1560 | } |
1561 | 1561 | ] |
1562 | 1562 | }, |
| 1563 | + { |
| 1564 | + "name": "createEnterpriseOrganization", |
| 1565 | + "kind": "mutations", |
| 1566 | + "id": "createenterpriseorganization", |
| 1567 | + "href": "/graphql/reference/mutations#createenterpriseorganization", |
| 1568 | + "description": "<p>Creates an organization as part of an enterprise account.</p>", |
| 1569 | + "inputFields": [ |
| 1570 | + { |
| 1571 | + "name": "input", |
| 1572 | + "type": "CreateEnterpriseOrganizationInput!", |
| 1573 | + "id": "createenterpriseorganizationinput", |
| 1574 | + "kind": "input-objects", |
| 1575 | + "href": "/graphql/reference/input-objects#createenterpriseorganizationinput" |
| 1576 | + } |
| 1577 | + ], |
| 1578 | + "returnFields": [ |
| 1579 | + { |
| 1580 | + "name": "clientMutationId", |
| 1581 | + "type": "String", |
| 1582 | + "id": "string", |
| 1583 | + "kind": "scalars", |
| 1584 | + "href": "/graphql/reference/scalars#string", |
| 1585 | + "description": "<p>A unique identifier for the client performing the mutation.</p>" |
| 1586 | + }, |
| 1587 | + { |
| 1588 | + "name": "enterprise", |
| 1589 | + "type": "Enterprise", |
| 1590 | + "id": "enterprise", |
| 1591 | + "kind": "objects", |
| 1592 | + "href": "/graphql/reference/objects#enterprise", |
| 1593 | + "description": "<p>The enterprise that owns the created organization.</p>" |
| 1594 | + }, |
| 1595 | + { |
| 1596 | + "name": "organization", |
| 1597 | + "type": "Organization", |
| 1598 | + "id": "organization", |
| 1599 | + "kind": "objects", |
| 1600 | + "href": "/graphql/reference/objects#organization", |
| 1601 | + "description": "<p>The organization that was created.</p>" |
| 1602 | + } |
| 1603 | + ] |
| 1604 | + }, |
1563 | 1605 | { |
1564 | 1606 | "name": "createIpAllowListEntry", |
1565 | 1607 | "kind": "mutations", |
|
35557 | 35599 | "kind": "objects", |
35558 | 35600 | "href": "/graphql/reference/objects#ref" |
35559 | 35601 | }, |
| 35602 | + { |
| 35603 | + "name": "tagCommit", |
| 35604 | + "description": "<p>The tag commit for this release.</p>", |
| 35605 | + "type": "Commit", |
| 35606 | + "id": "commit", |
| 35607 | + "kind": "objects", |
| 35608 | + "href": "/graphql/reference/objects#commit" |
| 35609 | + }, |
35560 | 35610 | { |
35561 | 35611 | "name": "tagName", |
35562 | 35612 | "description": "<p>The name of the release's Git tag.</p>", |
|
49873 | 49923 | "kind": "scalars", |
49874 | 49924 | "href": "/graphql/reference/scalars#boolean" |
49875 | 49925 | }, |
| 49926 | + { |
| 49927 | + "name": "isGitHubStar", |
| 49928 | + "description": "<p>Whether or not this user is a member of the GitHub Stars Program.</p>", |
| 49929 | + "type": "Boolean!", |
| 49930 | + "id": "boolean", |
| 49931 | + "kind": "scalars", |
| 49932 | + "href": "/graphql/reference/scalars#boolean" |
| 49933 | + }, |
49876 | 49934 | { |
49877 | 49935 | "name": "isHireable", |
49878 | 49936 | "description": "<p>Whether or not the user has marked themselves as for hire.</p>", |
|
60577 | 60635 | } |
60578 | 60636 | ] |
60579 | 60637 | }, |
| 60638 | + { |
| 60639 | + "name": "CreateEnterpriseOrganizationInput", |
| 60640 | + "kind": "inputObjects", |
| 60641 | + "id": "createenterpriseorganizationinput", |
| 60642 | + "href": "/graphql/reference/input-objects#createenterpriseorganizationinput", |
| 60643 | + "description": "<p>Autogenerated input type of CreateEnterpriseOrganization.</p>", |
| 60644 | + "inputFields": [ |
| 60645 | + { |
| 60646 | + "name": "adminLogins", |
| 60647 | + "description": "<p>The logins for the administrators of the new organization.</p>", |
| 60648 | + "type": "[String!]!", |
| 60649 | + "id": "string", |
| 60650 | + "kind": "scalars", |
| 60651 | + "href": "/graphql/reference/scalars#string" |
| 60652 | + }, |
| 60653 | + { |
| 60654 | + "name": "billingEmail", |
| 60655 | + "description": "<p>The email used for sending billing receipts.</p>", |
| 60656 | + "type": "String!", |
| 60657 | + "id": "string", |
| 60658 | + "kind": "scalars", |
| 60659 | + "href": "/graphql/reference/scalars#string" |
| 60660 | + }, |
| 60661 | + { |
| 60662 | + "name": "clientMutationId", |
| 60663 | + "description": "<p>A unique identifier for the client performing the mutation.</p>", |
| 60664 | + "type": "String", |
| 60665 | + "id": "string", |
| 60666 | + "kind": "scalars", |
| 60667 | + "href": "/graphql/reference/scalars#string" |
| 60668 | + }, |
| 60669 | + { |
| 60670 | + "name": "enterpriseId", |
| 60671 | + "description": "<p>The ID of the enterprise owning the new organization.</p>", |
| 60672 | + "type": "ID!", |
| 60673 | + "id": "id", |
| 60674 | + "kind": "scalars", |
| 60675 | + "href": "/graphql/reference/scalars#id", |
| 60676 | + "isDeprecated": false |
| 60677 | + }, |
| 60678 | + { |
| 60679 | + "name": "login", |
| 60680 | + "description": "<p>The login of the new organization.</p>", |
| 60681 | + "type": "String!", |
| 60682 | + "id": "string", |
| 60683 | + "kind": "scalars", |
| 60684 | + "href": "/graphql/reference/scalars#string" |
| 60685 | + }, |
| 60686 | + { |
| 60687 | + "name": "profileName", |
| 60688 | + "description": "<p>The profile name of the new organization.</p>", |
| 60689 | + "type": "String!", |
| 60690 | + "id": "string", |
| 60691 | + "kind": "scalars", |
| 60692 | + "href": "/graphql/reference/scalars#string" |
| 60693 | + } |
| 60694 | + ] |
| 60695 | + }, |
60580 | 60696 | { |
60581 | 60697 | "name": "CreateIpAllowListEntryInput", |
60582 | 60698 | "kind": "inputObjects", |
|
0 commit comments