Command output too long. The first 16360 bytes:

```
"description": "The SAML provider's single sign-on URL.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "user",
              "description": "The user affected by the action",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "User",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "userLogin",
              "description": "For actions involving two users, the actor is the initiator and the user is the affected user.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "userResourcePath",
              "description": "The HTTP path for the user.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "userUrl",
              "description": "The HTTP URL for the user.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            }
          ],
          "inputFields": null,
          "interfaces": [
            {
              "kind": "INTERFACE",
              "name": "AuditEntry",
              "ofType": null
            },
            {
              "kind": "INTERFACE",
              "name": "Node",
              "ofType": null
            },
            {
              "kind": "INTERFACE",
              "name": "OrganizationAuditEntryData",
              "ofType": null
            }
          ],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "OrgEnableTwoFactorRequirementAuditEntry",
          "description": "Audit log entry for a org.enable_two_factor_requirement event.",
          "fields": [
            {
              "name": "action",
              "description": "The action name",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actor",
              "description": "The user who initiated the action",
              "args": [],
              "type": {
                "kind": "UNION",
                "name": "AuditEntryActor",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorIp",
              "description": "The IP address of the actor",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorLocation",
              "description": "A readable representation of the actor's location",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ActorLocation",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorLogin",
              "description": "The username of the user who initiated the action",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorResourcePath",
              "description": "The HTTP path for the actor.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorUrl",
              "description": "The HTTP URL for the actor.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "createdAt",
              "description": "The time the action was initiated",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "PreciseDateTime",
                  "ofType": null
                }
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "id",
              "description": "The Node ID of the OrgEnableTwoFactorRequirementAuditEntry object",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "ID",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "operationType",
              "description": "The corresponding operation type for the action",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "OperationType",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "organization",
              "description": "The Organization associated with the Audit Entry.",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "Organization",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "organizationName",
              "description": "The name of the Organization.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "organizationResourcePath",
              "description": "The HTTP path for the organization",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "organizationUrl",
              "description": "The HTTP URL for the organization",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "user",
              "description": "The user affected by the action",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "User",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "userLogin",
              "description": "For actions involving two users, the actor is the initiator and the user is the affected user.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "userResourcePath",
              "description": "The HTTP path for the user.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "userUrl",
              "description": "The HTTP URL for the user.",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "URI",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            }
          ],
          "inputFields": null,
          "interfaces": [
            {
              "kind": "INTERFACE",
              "name": "AuditEntry",
              "ofType": null
            },
            {
              "kind": "INTERFACE",
              "name": "Node",
              "ofType": null
            },
            {
              "kind": "INTERFACE",
              "name": "OrganizationAuditEntryData",
              "ofType": null
            }
          ],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "OrgEnterpriseOwnerOrder",
          "description": "Ordering options for an organization's enterprise owner connections.",
          "fields": null,
          "inputFields": [
            {
              "name": "field",
              "description": "The field to order enterprise owners by.",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "OrgEnterpriseOwnerOrderField",
                  "ofType": null
                }
              },
              "defaultValue": null
            },
            {
              "name": "direction",
              "description": "The ordering direction.",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "OrderDirection",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "OrgEnterpriseOwnerOrderField",
          "description": "Properties by which enterprise owners can be ordered.",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "LOGIN",
              "description": "Order enterprise owners by login.",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "OrgInviteMemberAuditEntry",
          "description": "Audit log entry for a org.invite_member event.",
          "fields": [
            {
              "name": "action",
              "description": "The action name",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actor",
              "description": "The user who initiated the action",
              "args": [],
              "type": {
                "kind": "UNION",
                "name": "AuditEntryActor",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorIp",
              "description": "The IP address of the actor",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
              "name": "actorLocation",
              "description": "A readable representation of the actor's location",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "ActorLocation",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "The GraphQL audit-log is deprecated. Please use the REST API instead. Removal on 2026-04-01 UTC."
            },
            {
```