{
  "data": {
    "__schema": {
      "queryType": {
        "name": "QueryType"
      },
      "mutationType": {
        "name": "MutationType"
      },
      "subscriptionType": {
        "name": "SubscriptionType"
      },
      "types": [
        {
          "kind": "OBJECT",
          "name": "QueryType",
          "description": null,
          "fields": [
            {
              "name": "Issue",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Issue",
                  "type": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "IssueState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_IssueOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Issue",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Comment",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentId",
                  "description": "commentId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "path",
                  "description": "path of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "position",
                  "description": "position of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentType",
                  "description": "commentType of Comment",
                  "type": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentIds",
                  "description": "commentIds is list variant of commentId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "paths",
                  "description": "paths is list variant of path of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "positions",
                  "description": "positions is list variant of position of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentTypes",
                  "description": "commentTypes is list variant of commentType of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommentCommentType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommentOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Comment",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Label",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "default",
                  "description": "default of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "color",
                  "description": "color of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaults",
                  "description": "defaults is list variant of default of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "colors",
                  "description": "colors is list variant of color of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_LabelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Label",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Repo",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Commit",
              "description": null,
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Push",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branch",
                  "description": "branch of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchs",
                  "description": "branchs is list variant of branch of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Push",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Build",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Workflow",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "config",
                  "description": "config of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "configs",
                  "description": "configs is list variant of config of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WorkflowOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WorkflowFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Workflow",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Branch",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemote",
                  "description": "isRemote of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrl",
                  "description": "remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemotes",
                  "description": "isRemotes is list variant of isRemote of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrls",
                  "description": "remoteRepoHtmlUrls is list variant of remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Branch",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "DeletedBranch",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of DeletedBranch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of DeletedBranch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DeletedBranch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of DeletedBranch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of DeletedBranch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DeletedBranch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DeletedBranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DeletedBranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DeletedBranch",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChatId",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChatChannel",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "PullRequest",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Org",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Org",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCMId",
              "description": null,
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "GitHubId",
              "description": null,
              "args": [
                {
                  "name": "login",
                  "description": "login of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Tag",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ref",
                  "description": "ref of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "refs",
                  "description": "refs is list variant of ref of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TagOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Tag",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "K8Pod",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "phase",
                  "description": "phase of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseName",
                  "description": "baseName of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespace",
                  "description": "namespace of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSON",
                  "description": "specsJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSON",
                  "description": "envJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSON",
                  "description": "metadataJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOff",
                  "description": "containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "phases",
                  "description": "phases is list variant of phase of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseNames",
                  "description": "baseNames is list variant of baseName of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespaces",
                  "description": "namespaces is list variant of namespace of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSONs",
                  "description": "specsJSONs is list variant of specsJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSONs",
                  "description": "envJSONs is list variant of envJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSONs",
                  "description": "metadataJSONs is list variant of metadataJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOffs",
                  "description": "containersCrashLoopBackOffs is list variant of containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8PodOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8PodFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Pod",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "K8Container",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSON",
                  "description": "containerJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReason",
                  "description": "stateReason of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ready",
                  "description": "ready of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCount",
                  "description": "restartCount of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerID",
                  "description": "containerID of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSONs",
                  "description": "containerJSONs is list variant of containerJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReasons",
                  "description": "stateReasons is list variant of stateReason of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "readys",
                  "description": "readys is list variant of ready of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCounts",
                  "description": "restartCounts is list variant of restartCount of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerIDs",
                  "description": "containerIDs is list variant of containerID of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8ContainerOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8ContainerFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Container",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "DockerImage",
              "description": null,
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DockerImage",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ImageLinked",
              "description": null,
              "args": [
                {
                  "name": "timestamp",
                  "description": "timestamp of ImageLinked",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of ImageLinked",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ImageLinkedOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ImageLinkedFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ImageLinked",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Release",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReleaseOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReleaseFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Release",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "HerokuApp",
              "description": null,
              "args": [
                {
                  "name": "app",
                  "description": "app of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "user",
                  "description": "user of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "appId",
                  "description": "appId of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "release",
                  "description": "release of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apps",
                  "description": "apps is list variant of app of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "users",
                  "description": "users is list variant of user of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "appIds",
                  "description": "appIds is list variant of appId of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "releases",
                  "description": "releases is list variant of release of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_HerokuAppOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_HerokuAppFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "HerokuApp",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Application",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ApplicationOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ApplicationFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Application",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Team",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Team",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChatTeam",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCount",
                  "description": "messageCount of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomain",
                  "description": "emailDomain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCounts",
                  "description": "messageCounts is list variant of messageCount of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomains",
                  "description": "emailDomains is list variant of emailDomain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatTeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatTeam",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Person",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Person",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Status",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Status",
                  "type": {
                    "kind": "ENUM",
                    "name": "StatusState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "targetUrl",
                  "description": "targetUrl of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "context",
                  "description": "context of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "StatusState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "targetUrls",
                  "description": "targetUrls is list variant of targetUrl of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "contexts",
                  "description": "contexts is list variant of context of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_StatusOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_StatusFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Status",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Email",
              "description": null,
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Email",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Fingerprint",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": "name of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "sha",
                  "description": "sha of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_FingerprintOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_FingerprintFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Fingerprint",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ParentImpact",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ParentImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ParentImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ParentImpact",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "PushImpact",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of PushImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of PushImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of PushImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PushImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of PushImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of PushImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PushImpact",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "PullRequestImpact",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequestImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of PullRequestImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of PullRequestImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequestImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of PullRequestImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of PullRequestImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequestImpact",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "GitHubProvider",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCMProvider",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "UserJoinedChannel",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of UserJoinedChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of UserJoinedChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_UserJoinedChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_UserJoinedChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "UserJoinedChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "GitHubOrgWebhook",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubOrgWebhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubOrgWebhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of GitHubOrgWebhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubOrgWebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubOrgWebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubOrgWebhook",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Webhook",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of Webhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChannelLink",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChannelLink",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChannelLink",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChannelLinkOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChannelLinkFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChannelLink",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Review",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewId",
                  "description": "reviewId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Review",
                  "type": {
                    "kind": "ENUM",
                    "name": "ReviewState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAt",
                  "description": "submittedAt of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewIds",
                  "description": "reviewIds is list variant of reviewId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ReviewState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAts",
                  "description": "submittedAts is list variant of submittedAt of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReviewOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReviewFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Review",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SdmGoal",
              "description": "Auto-generated query for SdmGoal",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoal"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SdmGoal",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "approvalRequired",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean"
                    }
                  }
                },
                {
                  "name": "branch",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "data",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "description",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "environment",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "error",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "externalKey",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "externalUrl",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSet",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSetId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "phase",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "preApprovalRequired",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean"
                    }
                  }
                },
                {
                  "name": "retryFeasible",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean"
                    }
                  }
                },
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "state",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "SdmGoalState"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "uniqueName",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "url",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "version",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmGoalSet",
              "description": "Auto-generated query for SdmGoalSet",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoalSet"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SdmGoalSet",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "branch",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSet",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSetId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmBuildIdentifier",
              "description": "Auto-generated query for SdmBuildIdentifier",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmBuildIdentifier"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SdmBuildIdentifier",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "identifier",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmDeployEnablement",
              "description": "Auto-generated query for SdmDeployEnablement",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmDeployEnablement"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SdmDeployEnablement",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "state",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "SdmDeployState"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmVersion",
              "description": "Auto-generated query for SdmVersion",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmVersion"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SdmVersion",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "branch",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "version",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmGoalSetBadge",
              "description": "Auto-generated query for SdmGoalSetBadge",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoalSetBadge"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SdmGoalSetBadge",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "sdm",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "token",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "CommitIssueRelationship",
              "description": "Auto-generated query for CommitIssueRelationship",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CommitIssueRelationship"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this CommitIssueRelationship",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "type",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommitIssueRelationshipType"
                    }
                  }
                }
              ]
            },
            {
              "name": "Deployment",
              "description": "Auto-generated query for Deployment",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Deployment"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this Deployment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "environment",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "IssueRelationship",
              "description": "Auto-generated query for IssueRelationship",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "IssueRelationship"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this IssueRelationship",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "relationshipId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "state",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "type",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "Card",
              "description": "Auto-generated query for Card",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Card"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this Card",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "key",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "post",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "shortTitle",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "ttl",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "type",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "Notification",
              "description": "Auto-generated query for Notification",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Notification"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this Notification",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "body",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": []
                },
                {
                  "name": "contentType",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": []
                },
                {
                  "name": "key",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": [
                    {
                      "name": "compositeId",
                      "args": []
                    }
                  ]
                },
                {
                  "name": "post",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": []
                },
                {
                  "name": "ttl",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "Feedback",
              "description": "Auto-generated query for Feedback",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Feedback"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this Feedback",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "message",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "invocation_id",
                  "description": "compositeId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "SentryAlert",
              "description": "Auto-generated query for SentryAlert",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SentryAlert"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this SentryAlert",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "culprit",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "level",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "message",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "project",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "project_name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "url",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "AtomistLog",
              "description": "Auto-generated query for AtomistLog",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "AtomistLog"
                }
              },
              "args": [
                {
                  "name": "id",
                  "description": "The ID of this AtomistLog",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID"
                  }
                },
                {
                  "name": "_offset",
                  "description": "Paging offset (default 0)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_first",
                  "description": "Return the first X results (default 10)",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_orderBy",
                  "description": "Name of property to sort on",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_after",
                  "description": "Search only after this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_before",
                  "description": "Search only before this timestamp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int"
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ordering",
                  "description": "Direction of ordering",
                  "defaultValue": null,
                  "type": {
                    "kind": "ENUM",
                    "name": "_Ordering"
                  }
                },
                {
                  "name": "_search",
                  "description": "Elastic Search simple full text search syntax",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "timestamp",
                  "description": "Status timestamp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "team_id",
                  "description": "Team ID for which log message is produced",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "level",
                  "description": "Log message level: debug, info, warn, error, fatal",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "message",
                  "description": "Log message",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "category",
                  "description": "Grouping, namespace etc.",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "commitBySha",
              "description": "Find a commit by sha",
              "type": {
                "kind": "OBJECT",
                "name": "Commit"
              },
              "args": [
                {
                  "name": "sha",
                  "description": "The sha of the commit",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "pushBySha",
              "description": "Find a Push using after-sha and branch",
              "type": {
                "kind": "OBJECT",
                "name": "Push"
              },
              "args": [
                {
                  "name": "branchName",
                  "description": "The branch of the Push",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "afterSha",
                  "description": "The after-sha of the Push",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "linkedRepo",
              "description": "Find repo by name, owner and provider id",
              "type": {
                "kind": "OBJECT",
                "name": "Repo"
              },
              "args": [
                {
                  "name": "name",
                  "description": "Repo name",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "owner",
                  "description": "Repo owner",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "provider",
                  "description": "Repo provider",
                  "type": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Issue",
          "description": "Issue-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number",
              "description": "number of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "title",
              "description": "title of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body",
              "description": "body of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  Issue",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "IssueState",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "action",
              "description": "action of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt",
              "description": "createdAt of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt",
              "description": "updatedAt of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedAt",
              "description": "closedAt of  Issue",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Issue repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resolvingCommits",
              "description": "Issue resolvingCommits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "openedBy",
              "description": "Issue openedBy SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedBy",
              "description": "Issue closedBy SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "labels",
              "description": "Issue labels Label",
              "args": [
                {
                  "name": "id",
                  "description": "id of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "default",
                  "description": "default of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "color",
                  "description": "color of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaults",
                  "description": "defaults is list variant of default of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "colors",
                  "description": "colors is list variant of color of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_LabelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Label",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assignees",
              "description": "Issue assignees SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "lastAssignedBy",
              "description": "Issue lastAssignedBy SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "comments",
              "description": "Issue comments Comment",
              "args": [
                {
                  "name": "id",
                  "description": "id of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentId",
                  "description": "commentId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "path",
                  "description": "path of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "position",
                  "description": "position of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentType",
                  "description": "commentType of Comment",
                  "type": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentIds",
                  "description": "commentIds is list variant of commentId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "paths",
                  "description": "paths is list variant of path of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "positions",
                  "description": "positions is list variant of position of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentTypes",
                  "description": "commentTypes is list variant of commentType of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommentCommentType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommentOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Comment",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "Long",
          "description": "Long type",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "String",
          "description": "Built-in String",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "ID",
          "description": "Built-in ID",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "Float",
          "description": "Built-in Float",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "IssueState",
          "description": "Enum for IssueState",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "open",
              "description": "Value for open",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closed",
              "description": "Value for closed",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Repo",
          "description": "Repo-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "owner of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowRebaseMerge",
              "description": "allowRebaseMerge of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowSquashMerge",
              "description": "allowSquashMerge of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowMergeCommit",
              "description": "allowMergeCommit of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repoId",
              "description": "repoId of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "defaultBranch",
              "description": "defaultBranch of  Repo",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "labels",
              "description": "Repo labels Label",
              "args": [
                {
                  "name": "id",
                  "description": "id of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "default",
                  "description": "default of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "color",
                  "description": "color of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaults",
                  "description": "defaults is list variant of default of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "colors",
                  "description": "colors is list variant of color of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_LabelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Label",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channels",
              "description": "Repo channels ChatChannel",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "org",
              "description": "Repo org Org",
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Org",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "issue",
              "description": "Repo issue Issue",
              "args": [
                {
                  "name": "id",
                  "description": "id of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Issue",
                  "type": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "IssueState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_IssueOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Issue",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "issues",
              "description": "Repo issues Issue",
              "args": [
                {
                  "name": "id",
                  "description": "id of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Issue",
                  "type": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "IssueState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_IssueOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Issue",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequest",
              "description": "Repo pullRequest PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequests",
              "description": "Repo pullRequests PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branches",
              "description": "Repo branches Branch",
              "args": [
                {
                  "name": "id",
                  "description": "id of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemote",
                  "description": "isRemote of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrl",
                  "description": "remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemotes",
                  "description": "isRemotes is list variant of isRemote of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrls",
                  "description": "remoteRepoHtmlUrls is list variant of remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Branch",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "links",
              "description": "Repo links ChannelLink",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChannelLink",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChannelLink",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChannelLinkOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChannelLinkFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChannelLink",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhook",
              "description": "Repo webhook Webhook",
              "args": [
                {
                  "name": "id",
                  "description": "id of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of Webhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Webhook",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "Boolean",
          "description": "Built-in Boolean",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Label",
          "description": "Label-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Label",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Label",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "default",
              "description": "default of  Label",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "color",
              "description": "color of  Label",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Label repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_RepoOrdering",
          "description": "Ordering Enum for Repo",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner_asc",
              "description": "Ascending sort for owner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner_desc",
              "description": "Descending sort for owner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowRebaseMerge_asc",
              "description": "Ascending sort for allowRebaseMerge",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowRebaseMerge_desc",
              "description": "Descending sort for allowRebaseMerge",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowSquashMerge_asc",
              "description": "Ascending sort for allowSquashMerge",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowSquashMerge_desc",
              "description": "Descending sort for allowSquashMerge",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowMergeCommit_asc",
              "description": "Ascending sort for allowMergeCommit",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "allowMergeCommit_desc",
              "description": "Descending sort for allowMergeCommit",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repoId_asc",
              "description": "Ascending sort for repoId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repoId_desc",
              "description": "Descending sort for repoId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId_asc",
              "description": "Ascending sort for gitHubId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId_desc",
              "description": "Descending sort for gitHubId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "defaultBranch_asc",
              "description": "Ascending sort for defaultBranch",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "defaultBranch_desc",
              "description": "Descending sort for defaultBranch",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_RepoFilter",
          "description": "Filter Input Type for Repo",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": "owner",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not",
              "description": "owner_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_in",
              "description": "owner_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_in",
              "description": "owner_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "owner_lt",
              "description": "owner_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_lte",
              "description": "owner_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_gt",
              "description": "owner_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_gte",
              "description": "owner_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_contains",
              "description": "owner_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_contains",
              "description": "owner_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_starts_with",
              "description": "owner_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_starts_with",
              "description": "owner_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_ends_with",
              "description": "owner_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_ends_with",
              "description": "owner_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "allowRebaseMerge",
              "description": "allowRebaseMerge",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "allowRebaseMerge_not",
              "description": "allowRebaseMerge_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "allowSquashMerge",
              "description": "allowSquashMerge",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "allowSquashMerge_not",
              "description": "allowSquashMerge_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "allowMergeCommit",
              "description": "allowMergeCommit",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "allowMergeCommit_not",
              "description": "allowMergeCommit_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId",
              "description": "repoId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_not",
              "description": "repoId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_in",
              "description": "repoId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "repoId_not_in",
              "description": "repoId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "repoId_lt",
              "description": "repoId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_lte",
              "description": "repoId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_gt",
              "description": "repoId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_gte",
              "description": "repoId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_contains",
              "description": "repoId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_not_contains",
              "description": "repoId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_starts_with",
              "description": "repoId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_not_starts_with",
              "description": "repoId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_ends_with",
              "description": "repoId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repoId_not_ends_with",
              "description": "repoId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not",
              "description": "gitHubId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_in",
              "description": "gitHubId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_in",
              "description": "gitHubId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_lt",
              "description": "gitHubId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_lte",
              "description": "gitHubId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_gt",
              "description": "gitHubId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_gte",
              "description": "gitHubId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_contains",
              "description": "gitHubId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_contains",
              "description": "gitHubId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_starts_with",
              "description": "gitHubId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_starts_with",
              "description": "gitHubId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_ends_with",
              "description": "gitHubId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_ends_with",
              "description": "gitHubId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch",
              "description": "defaultBranch",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_not",
              "description": "defaultBranch_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_in",
              "description": "defaultBranch_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_not_in",
              "description": "defaultBranch_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_lt",
              "description": "defaultBranch_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_lte",
              "description": "defaultBranch_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_gt",
              "description": "defaultBranch_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_gte",
              "description": "defaultBranch_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_contains",
              "description": "defaultBranch_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_not_contains",
              "description": "defaultBranch_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_starts_with",
              "description": "defaultBranch_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_not_starts_with",
              "description": "defaultBranch_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_ends_with",
              "description": "defaultBranch_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "defaultBranch_not_ends_with",
              "description": "defaultBranch_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels",
              "description": "labels",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_not",
              "description": "labels_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_in",
              "description": "labels_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_not_in",
              "description": "labels_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_some",
              "description": "labels_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_none",
              "description": "labels_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_single",
              "description": "labels_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_every",
              "description": "labels_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels",
              "description": "channels",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_not",
              "description": "channels_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_in",
              "description": "channels_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_not_in",
              "description": "channels_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_some",
              "description": "channels_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_none",
              "description": "channels_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_single",
              "description": "channels_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_every",
              "description": "channels_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org",
              "description": "org",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_not",
              "description": "org_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_in",
              "description": "org_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_not_in",
              "description": "org_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue",
              "description": "issue",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_not",
              "description": "issue_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_in",
              "description": "issue_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_not_in",
              "description": "issue_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_some",
              "description": "issue_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_none",
              "description": "issue_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_single",
              "description": "issue_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_every",
              "description": "issue_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues",
              "description": "issues",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_not",
              "description": "issues_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_in",
              "description": "issues_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_not_in",
              "description": "issues_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_some",
              "description": "issues_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_none",
              "description": "issues_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_single",
              "description": "issues_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issues_every",
              "description": "issues_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest",
              "description": "pullRequest",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not",
              "description": "pullRequest_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_in",
              "description": "pullRequest_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not_in",
              "description": "pullRequest_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_some",
              "description": "pullRequest_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_none",
              "description": "pullRequest_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_single",
              "description": "pullRequest_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_every",
              "description": "pullRequest_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests",
              "description": "pullRequests",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not",
              "description": "pullRequests_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_in",
              "description": "pullRequests_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not_in",
              "description": "pullRequests_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_some",
              "description": "pullRequests_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_none",
              "description": "pullRequests_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_single",
              "description": "pullRequests_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_every",
              "description": "pullRequests_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches",
              "description": "branches",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_not",
              "description": "branches_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_in",
              "description": "branches_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_not_in",
              "description": "branches_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_some",
              "description": "branches_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_none",
              "description": "branches_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_single",
              "description": "branches_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branches_every",
              "description": "branches_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links",
              "description": "links",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_not",
              "description": "links_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_in",
              "description": "links_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_not_in",
              "description": "links_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_some",
              "description": "links_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_none",
              "description": "links_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_single",
              "description": "links_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_every",
              "description": "links_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook",
              "description": "webhook",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_not",
              "description": "webhook_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_in",
              "description": "webhook_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_not_in",
              "description": "webhook_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_LabelFilter",
          "description": "Filter Input Type for Label",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default",
              "description": "default",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_not",
              "description": "default_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_in",
              "description": "default_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "default_not_in",
              "description": "default_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "default_lt",
              "description": "default_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_lte",
              "description": "default_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_gt",
              "description": "default_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_gte",
              "description": "default_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_contains",
              "description": "default_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_not_contains",
              "description": "default_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_starts_with",
              "description": "default_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_not_starts_with",
              "description": "default_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_ends_with",
              "description": "default_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "default_not_ends_with",
              "description": "default_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color",
              "description": "color",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_not",
              "description": "color_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_in",
              "description": "color_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "color_not_in",
              "description": "color_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "color_lt",
              "description": "color_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_lte",
              "description": "color_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_gt",
              "description": "color_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_gte",
              "description": "color_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_contains",
              "description": "color_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_not_contains",
              "description": "color_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_starts_with",
              "description": "color_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_not_starts_with",
              "description": "color_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_ends_with",
              "description": "color_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "color_not_ends_with",
              "description": "color_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ChatChannelFilter",
          "description": "Filter Input Type for ChatChannel",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_lt",
              "description": "provider_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_lte",
              "description": "provider_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gt",
              "description": "provider_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gte",
              "description": "provider_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_contains",
              "description": "provider_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_contains",
              "description": "provider_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_starts_with",
              "description": "provider_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_starts_with",
              "description": "provider_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_ends_with",
              "description": "provider_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_ends_with",
              "description": "provider_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName",
              "description": "normalizedName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_not",
              "description": "normalizedName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_in",
              "description": "normalizedName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_not_in",
              "description": "normalizedName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_lt",
              "description": "normalizedName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_lte",
              "description": "normalizedName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_gt",
              "description": "normalizedName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_gte",
              "description": "normalizedName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_contains",
              "description": "normalizedName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_not_contains",
              "description": "normalizedName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_starts_with",
              "description": "normalizedName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_not_starts_with",
              "description": "normalizedName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_ends_with",
              "description": "normalizedName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "normalizedName_not_ends_with",
              "description": "normalizedName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId",
              "description": "channelId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_not",
              "description": "channelId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_in",
              "description": "channelId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "channelId_not_in",
              "description": "channelId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "channelId_lt",
              "description": "channelId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_lte",
              "description": "channelId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_gt",
              "description": "channelId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_gte",
              "description": "channelId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_contains",
              "description": "channelId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_not_contains",
              "description": "channelId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_starts_with",
              "description": "channelId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_not_starts_with",
              "description": "channelId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_ends_with",
              "description": "channelId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelId_not_ends_with",
              "description": "channelId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isDefault",
              "description": "isDefault",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isDefault_not",
              "description": "isDefault_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "botInvitedSelf",
              "description": "botInvitedSelf",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "botInvitedSelf_not",
              "description": "botInvitedSelf_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "archived",
              "description": "archived",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "archived_not",
              "description": "archived_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdBy",
              "description": "createdBy",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdBy_not",
              "description": "createdBy_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdBy_in",
              "description": "createdBy_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdBy_not_in",
              "description": "createdBy_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos",
              "description": "repos",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_not",
              "description": "repos_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_in",
              "description": "repos_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_not_in",
              "description": "repos_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_some",
              "description": "repos_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_none",
              "description": "repos_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_single",
              "description": "repos_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_every",
              "description": "repos_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links",
              "description": "links",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_not",
              "description": "links_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_in",
              "description": "links_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_not_in",
              "description": "links_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_some",
              "description": "links_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_none",
              "description": "links_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_single",
              "description": "links_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "links_every",
              "description": "links_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChannelLinkFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members",
              "description": "members",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_not",
              "description": "members_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_in",
              "description": "members_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_not_in",
              "description": "members_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_some",
              "description": "members_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_none",
              "description": "members_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_single",
              "description": "members_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_every",
              "description": "members_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team",
              "description": "team",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not",
              "description": "team_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_in",
              "description": "team_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not_in",
              "description": "team_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ChatIdFilter",
          "description": "Filter Input Type for ChatId",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName",
              "description": "screenName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_not",
              "description": "screenName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_in",
              "description": "screenName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "screenName_not_in",
              "description": "screenName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "screenName_lt",
              "description": "screenName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_lte",
              "description": "screenName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_gt",
              "description": "screenName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_gte",
              "description": "screenName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_contains",
              "description": "screenName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_not_contains",
              "description": "screenName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_starts_with",
              "description": "screenName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_not_starts_with",
              "description": "screenName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_ends_with",
              "description": "screenName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "screenName_not_ends_with",
              "description": "screenName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId",
              "description": "userId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_not",
              "description": "userId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_in",
              "description": "userId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "userId_not_in",
              "description": "userId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "userId_lt",
              "description": "userId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_lte",
              "description": "userId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_gt",
              "description": "userId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_gte",
              "description": "userId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_contains",
              "description": "userId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_not_contains",
              "description": "userId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_starts_with",
              "description": "userId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_not_starts_with",
              "description": "userId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_ends_with",
              "description": "userId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "userId_not_ends_with",
              "description": "userId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_lt",
              "description": "provider_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_lte",
              "description": "provider_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gt",
              "description": "provider_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gte",
              "description": "provider_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_contains",
              "description": "provider_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_contains",
              "description": "provider_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_starts_with",
              "description": "provider_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_starts_with",
              "description": "provider_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_ends_with",
              "description": "provider_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_ends_with",
              "description": "provider_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot",
              "description": "isAtomistBot",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_not",
              "description": "isAtomistBot_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_in",
              "description": "isAtomistBot_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_not_in",
              "description": "isAtomistBot_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_lt",
              "description": "isAtomistBot_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_lte",
              "description": "isAtomistBot_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_gt",
              "description": "isAtomistBot_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_gte",
              "description": "isAtomistBot_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_contains",
              "description": "isAtomistBot_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_not_contains",
              "description": "isAtomistBot_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_starts_with",
              "description": "isAtomistBot_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_not_starts_with",
              "description": "isAtomistBot_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_ends_with",
              "description": "isAtomistBot_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAtomistBot_not_ends_with",
              "description": "isAtomistBot_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner",
              "description": "isOwner",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_not",
              "description": "isOwner_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_in",
              "description": "isOwner_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_not_in",
              "description": "isOwner_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_lt",
              "description": "isOwner_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_lte",
              "description": "isOwner_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_gt",
              "description": "isOwner_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_gte",
              "description": "isOwner_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_contains",
              "description": "isOwner_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_not_contains",
              "description": "isOwner_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_starts_with",
              "description": "isOwner_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_not_starts_with",
              "description": "isOwner_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_ends_with",
              "description": "isOwner_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isOwner_not_ends_with",
              "description": "isOwner_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner",
              "description": "isPrimaryOwner",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_not",
              "description": "isPrimaryOwner_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_in",
              "description": "isPrimaryOwner_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_not_in",
              "description": "isPrimaryOwner_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_lt",
              "description": "isPrimaryOwner_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_lte",
              "description": "isPrimaryOwner_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_gt",
              "description": "isPrimaryOwner_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_gte",
              "description": "isPrimaryOwner_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_contains",
              "description": "isPrimaryOwner_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_not_contains",
              "description": "isPrimaryOwner_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_starts_with",
              "description": "isPrimaryOwner_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_not_starts_with",
              "description": "isPrimaryOwner_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_ends_with",
              "description": "isPrimaryOwner_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isPrimaryOwner_not_ends_with",
              "description": "isPrimaryOwner_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin",
              "description": "isAdmin",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_not",
              "description": "isAdmin_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_in",
              "description": "isAdmin_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_not_in",
              "description": "isAdmin_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_lt",
              "description": "isAdmin_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_lte",
              "description": "isAdmin_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_gt",
              "description": "isAdmin_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_gte",
              "description": "isAdmin_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_contains",
              "description": "isAdmin_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_not_contains",
              "description": "isAdmin_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_starts_with",
              "description": "isAdmin_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_not_starts_with",
              "description": "isAdmin_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_ends_with",
              "description": "isAdmin_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isAdmin_not_ends_with",
              "description": "isAdmin_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot",
              "description": "isBot",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_not",
              "description": "isBot_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_in",
              "description": "isBot_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isBot_not_in",
              "description": "isBot_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "isBot_lt",
              "description": "isBot_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_lte",
              "description": "isBot_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_gt",
              "description": "isBot_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_gte",
              "description": "isBot_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_contains",
              "description": "isBot_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_not_contains",
              "description": "isBot_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_starts_with",
              "description": "isBot_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_not_starts_with",
              "description": "isBot_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_ends_with",
              "description": "isBot_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isBot_not_ends_with",
              "description": "isBot_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel",
              "description": "timezoneLabel",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_not",
              "description": "timezoneLabel_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_in",
              "description": "timezoneLabel_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_not_in",
              "description": "timezoneLabel_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_lt",
              "description": "timezoneLabel_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_lte",
              "description": "timezoneLabel_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_gt",
              "description": "timezoneLabel_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_gte",
              "description": "timezoneLabel_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_contains",
              "description": "timezoneLabel_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_not_contains",
              "description": "timezoneLabel_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_starts_with",
              "description": "timezoneLabel_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_not_starts_with",
              "description": "timezoneLabel_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_ends_with",
              "description": "timezoneLabel_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timezoneLabel_not_ends_with",
              "description": "timezoneLabel_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels",
              "description": "channels",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_not",
              "description": "channels_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_in",
              "description": "channels_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_not_in",
              "description": "channels_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_some",
              "description": "channels_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_none",
              "description": "channels_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_single",
              "description": "channels_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_every",
              "description": "channels_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails",
              "description": "emails",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not",
              "description": "emails_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_in",
              "description": "emails_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not_in",
              "description": "emails_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_some",
              "description": "emails_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_none",
              "description": "emails_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_single",
              "description": "emails_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_every",
              "description": "emails_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam",
              "description": "chatTeam",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam_not",
              "description": "chatTeam_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam_in",
              "description": "chatTeam_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam_not_in",
              "description": "chatTeam_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated",
              "description": "channelsCreated",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_not",
              "description": "channelsCreated_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_in",
              "description": "channelsCreated_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_not_in",
              "description": "channelsCreated_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_some",
              "description": "channelsCreated_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_none",
              "description": "channelsCreated_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_single",
              "description": "channelsCreated_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channelsCreated_every",
              "description": "channelsCreated_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person",
              "description": "person",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not",
              "description": "person_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_in",
              "description": "person_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not_in",
              "description": "person_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_EmailFilter",
          "description": "Filter Input Type for Email",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address",
              "description": "address",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_not",
              "description": "address_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_in",
              "description": "address_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "address_not_in",
              "description": "address_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "address_lt",
              "description": "address_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_lte",
              "description": "address_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_gt",
              "description": "address_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_gte",
              "description": "address_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_contains",
              "description": "address_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_not_contains",
              "description": "address_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_starts_with",
              "description": "address_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_not_starts_with",
              "description": "address_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_ends_with",
              "description": "address_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "address_not_ends_with",
              "description": "address_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId",
              "description": "scmId",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId_not",
              "description": "scmId_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId_in",
              "description": "scmId_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId_not_in",
              "description": "scmId_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not",
              "description": "gitHubId_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_in",
              "description": "gitHubId_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_in",
              "description": "gitHubId_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId",
              "description": "chatId",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId_not",
              "description": "chatId_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId_in",
              "description": "chatId_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId_not_in",
              "description": "chatId_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person",
              "description": "person",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not",
              "description": "person_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_in",
              "description": "person_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not_in",
              "description": "person_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_SCMIdFilter",
          "description": "Filter Input Type for SCMId",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login",
              "description": "login",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not",
              "description": "login_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_in",
              "description": "login_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "login_not_in",
              "description": "login_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "login_lt",
              "description": "login_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_lte",
              "description": "login_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_gt",
              "description": "login_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_gte",
              "description": "login_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_contains",
              "description": "login_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not_contains",
              "description": "login_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_starts_with",
              "description": "login_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not_starts_with",
              "description": "login_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_ends_with",
              "description": "login_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not_ends_with",
              "description": "login_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar",
              "description": "avatar",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_not",
              "description": "avatar_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_in",
              "description": "avatar_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "avatar_not_in",
              "description": "avatar_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "avatar_lt",
              "description": "avatar_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_lte",
              "description": "avatar_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_gt",
              "description": "avatar_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_gte",
              "description": "avatar_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_contains",
              "description": "avatar_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_not_contains",
              "description": "avatar_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_starts_with",
              "description": "avatar_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_not_starts_with",
              "description": "avatar_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_ends_with",
              "description": "avatar_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "avatar_not_ends_with",
              "description": "avatar_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_some",
              "description": "provider_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_none",
              "description": "provider_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_single",
              "description": "provider_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_every",
              "description": "provider_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider",
              "description": "scmProvider",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_not",
              "description": "scmProvider_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_in",
              "description": "scmProvider_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_not_in",
              "description": "scmProvider_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails",
              "description": "emails",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not",
              "description": "emails_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_in",
              "description": "emails_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not_in",
              "description": "emails_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_some",
              "description": "emails_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_none",
              "description": "emails_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_single",
              "description": "emails_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_every",
              "description": "emails_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person",
              "description": "person",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not",
              "description": "person_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_in",
              "description": "person_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not_in",
              "description": "person_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_GitHubProviderFilter",
          "description": "Filter Input Type for GitHubProvider",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId",
              "description": "providerId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not",
              "description": "providerId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_in",
              "description": "providerId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_in",
              "description": "providerId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "providerId_lt",
              "description": "providerId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_lte",
              "description": "providerId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_gt",
              "description": "providerId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_gte",
              "description": "providerId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_contains",
              "description": "providerId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_contains",
              "description": "providerId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_starts_with",
              "description": "providerId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_starts_with",
              "description": "providerId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_ends_with",
              "description": "providerId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_ends_with",
              "description": "providerId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl",
              "description": "apiUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not",
              "description": "apiUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_in",
              "description": "apiUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_in",
              "description": "apiUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_lt",
              "description": "apiUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_lte",
              "description": "apiUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_gt",
              "description": "apiUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_gte",
              "description": "apiUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_contains",
              "description": "apiUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_contains",
              "description": "apiUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_starts_with",
              "description": "apiUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_starts_with",
              "description": "apiUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_ends_with",
              "description": "apiUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_ends_with",
              "description": "apiUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl",
              "description": "gitUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not",
              "description": "gitUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_in",
              "description": "gitUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_in",
              "description": "gitUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_lt",
              "description": "gitUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_lte",
              "description": "gitUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_gt",
              "description": "gitUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_gte",
              "description": "gitUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_contains",
              "description": "gitUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_contains",
              "description": "gitUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_starts_with",
              "description": "gitUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_starts_with",
              "description": "gitUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_ends_with",
              "description": "gitUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_ends_with",
              "description": "gitUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerType",
              "description": "providerType",
              "type": {
                "kind": "ENUM",
                "name": "ProviderType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerType_not",
              "description": "providerType_not",
              "type": {
                "kind": "ENUM",
                "name": "ProviderType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerType_in",
              "description": "providerType_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "providerType_not_in",
              "description": "providerType_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "private",
              "description": "private",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "private_not",
              "description": "private_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team",
              "description": "team",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not",
              "description": "team_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_in",
              "description": "team_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not_in",
              "description": "team_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ProviderType",
          "description": "Enum for ProviderType",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "bitbucket_cloud",
              "description": "Value for bitbucket_cloud",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "github_com",
              "description": "Value for github_com",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ghe",
              "description": "Value for ghe",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "bitbucket",
              "description": "Value for bitbucket",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitlab",
              "description": "Value for gitlab",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_TeamFilter",
          "description": "Filter Input Type for Team",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description",
              "description": "description",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not",
              "description": "description_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_in",
              "description": "description_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description_not_in",
              "description": "description_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description_lt",
              "description": "description_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_lte",
              "description": "description_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_gt",
              "description": "description_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_gte",
              "description": "description_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_contains",
              "description": "description_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_contains",
              "description": "description_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_starts_with",
              "description": "description_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_starts_with",
              "description": "description_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_ends_with",
              "description": "description_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_ends_with",
              "description": "description_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl",
              "description": "iconUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_not",
              "description": "iconUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_in",
              "description": "iconUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_not_in",
              "description": "iconUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_lt",
              "description": "iconUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_lte",
              "description": "iconUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_gt",
              "description": "iconUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_gte",
              "description": "iconUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_contains",
              "description": "iconUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_not_contains",
              "description": "iconUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_starts_with",
              "description": "iconUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_not_starts_with",
              "description": "iconUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_ends_with",
              "description": "iconUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "iconUrl_not_ends_with",
              "description": "iconUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt",
              "description": "createdAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not",
              "description": "createdAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_in",
              "description": "createdAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_in",
              "description": "createdAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lt",
              "description": "createdAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lte",
              "description": "createdAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gt",
              "description": "createdAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gte",
              "description": "createdAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_contains",
              "description": "createdAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_contains",
              "description": "createdAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_starts_with",
              "description": "createdAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_starts_with",
              "description": "createdAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_ends_with",
              "description": "createdAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_ends_with",
              "description": "createdAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons",
              "description": "persons",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_not",
              "description": "persons_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_in",
              "description": "persons_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_not_in",
              "description": "persons_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_some",
              "description": "persons_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_none",
              "description": "persons_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_single",
              "description": "persons_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "persons_every",
              "description": "persons_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs",
              "description": "orgs",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_not",
              "description": "orgs_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_in",
              "description": "orgs_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_not_in",
              "description": "orgs_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_some",
              "description": "orgs_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_none",
              "description": "orgs_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_single",
              "description": "orgs_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_every",
              "description": "orgs_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers",
              "description": "providers",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_not",
              "description": "providers_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_in",
              "description": "providers_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_not_in",
              "description": "providers_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_some",
              "description": "providers_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_none",
              "description": "providers_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_single",
              "description": "providers_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_every",
              "description": "providers_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders",
              "description": "scmProviders",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_not",
              "description": "scmProviders_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_in",
              "description": "scmProviders_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_not_in",
              "description": "scmProviders_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_some",
              "description": "scmProviders_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_none",
              "description": "scmProviders_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_single",
              "description": "scmProviders_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_every",
              "description": "scmProviders_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams",
              "description": "chatTeams",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_not",
              "description": "chatTeams_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_in",
              "description": "chatTeams_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_not_in",
              "description": "chatTeams_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_some",
              "description": "chatTeams_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_none",
              "description": "chatTeams_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_single",
              "description": "chatTeams_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeams_every",
              "description": "chatTeams_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_PersonFilter",
          "description": "Filter Input Type for Person",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename",
              "description": "forename",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_not",
              "description": "forename_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_in",
              "description": "forename_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "forename_not_in",
              "description": "forename_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "forename_lt",
              "description": "forename_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_lte",
              "description": "forename_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_gt",
              "description": "forename_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_gte",
              "description": "forename_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_contains",
              "description": "forename_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_not_contains",
              "description": "forename_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_starts_with",
              "description": "forename_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_not_starts_with",
              "description": "forename_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_ends_with",
              "description": "forename_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "forename_not_ends_with",
              "description": "forename_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname",
              "description": "surname",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_not",
              "description": "surname_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_in",
              "description": "surname_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "surname_not_in",
              "description": "surname_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "surname_lt",
              "description": "surname_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_lte",
              "description": "surname_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_gt",
              "description": "surname_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_gte",
              "description": "surname_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_contains",
              "description": "surname_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_not_contains",
              "description": "surname_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_starts_with",
              "description": "surname_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_not_starts_with",
              "description": "surname_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_ends_with",
              "description": "surname_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "surname_not_ends_with",
              "description": "surname_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId",
              "description": "scmId",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId_not",
              "description": "scmId_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId_in",
              "description": "scmId_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmId_not_in",
              "description": "scmId_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not",
              "description": "gitHubId_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_in",
              "description": "gitHubId_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_in",
              "description": "gitHubId_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId",
              "description": "chatId",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId_not",
              "description": "chatId_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId_in",
              "description": "chatId_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatId_not_in",
              "description": "chatId_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails",
              "description": "emails",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not",
              "description": "emails_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_in",
              "description": "emails_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not_in",
              "description": "emails_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_some",
              "description": "emails_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_none",
              "description": "emails_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_single",
              "description": "emails_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_every",
              "description": "emails_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team",
              "description": "team",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not",
              "description": "team_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_in",
              "description": "team_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not_in",
              "description": "team_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_GitHubIdFilter",
          "description": "Filter Input Type for GitHubId",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubIdFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubIdFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login",
              "description": "login",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not",
              "description": "login_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_in",
              "description": "login_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "login_not_in",
              "description": "login_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "login_lt",
              "description": "login_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_lte",
              "description": "login_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_gt",
              "description": "login_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_gte",
              "description": "login_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_contains",
              "description": "login_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not_contains",
              "description": "login_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_starts_with",
              "description": "login_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not_starts_with",
              "description": "login_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_ends_with",
              "description": "login_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "login_not_ends_with",
              "description": "login_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_some",
              "description": "provider_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_none",
              "description": "provider_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_single",
              "description": "provider_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_every",
              "description": "provider_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider",
              "description": "scmProvider",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_not",
              "description": "scmProvider_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_in",
              "description": "scmProvider_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_not_in",
              "description": "scmProvider_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails",
              "description": "emails",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not",
              "description": "emails_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_in",
              "description": "emails_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_not_in",
              "description": "emails_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_some",
              "description": "emails_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_none",
              "description": "emails_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_single",
              "description": "emails_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emails_every",
              "description": "emails_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person",
              "description": "person",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not",
              "description": "person_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_in",
              "description": "person_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "person_not_in",
              "description": "person_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PersonFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_SCMProviderFilter",
          "description": "Filter Input Type for SCMProvider",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId",
              "description": "providerId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not",
              "description": "providerId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_in",
              "description": "providerId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_in",
              "description": "providerId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "providerId_lt",
              "description": "providerId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_lte",
              "description": "providerId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_gt",
              "description": "providerId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_gte",
              "description": "providerId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_contains",
              "description": "providerId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_contains",
              "description": "providerId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_starts_with",
              "description": "providerId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_starts_with",
              "description": "providerId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_ends_with",
              "description": "providerId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerId_not_ends_with",
              "description": "providerId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl",
              "description": "apiUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not",
              "description": "apiUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_in",
              "description": "apiUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_in",
              "description": "apiUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_lt",
              "description": "apiUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_lte",
              "description": "apiUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_gt",
              "description": "apiUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_gte",
              "description": "apiUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_contains",
              "description": "apiUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_contains",
              "description": "apiUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_starts_with",
              "description": "apiUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_starts_with",
              "description": "apiUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_ends_with",
              "description": "apiUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apiUrl_not_ends_with",
              "description": "apiUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl",
              "description": "gitUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not",
              "description": "gitUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_in",
              "description": "gitUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_in",
              "description": "gitUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_lt",
              "description": "gitUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_lte",
              "description": "gitUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_gt",
              "description": "gitUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_gte",
              "description": "gitUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_contains",
              "description": "gitUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_contains",
              "description": "gitUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_starts_with",
              "description": "gitUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_starts_with",
              "description": "gitUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_ends_with",
              "description": "gitUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitUrl_not_ends_with",
              "description": "gitUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerType",
              "description": "providerType",
              "type": {
                "kind": "ENUM",
                "name": "ProviderType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerType_not",
              "description": "providerType_not",
              "type": {
                "kind": "ENUM",
                "name": "ProviderType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providerType_in",
              "description": "providerType_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "providerType_not_in",
              "description": "providerType_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "private",
              "description": "private",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "private_not",
              "description": "private_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team",
              "description": "team",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not",
              "description": "team_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_in",
              "description": "team_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not_in",
              "description": "team_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_OrgFilter",
          "description": "Filter Input Type for Org",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner",
              "description": "owner",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not",
              "description": "owner_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_in",
              "description": "owner_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_in",
              "description": "owner_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "owner_lt",
              "description": "owner_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_lte",
              "description": "owner_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_gt",
              "description": "owner_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_gte",
              "description": "owner_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_contains",
              "description": "owner_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_contains",
              "description": "owner_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_starts_with",
              "description": "owner_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_starts_with",
              "description": "owner_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_ends_with",
              "description": "owner_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "owner_not_ends_with",
              "description": "owner_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ownerType",
              "description": "ownerType",
              "type": {
                "kind": "ENUM",
                "name": "OwnerType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ownerType_not",
              "description": "ownerType_not",
              "type": {
                "kind": "ENUM",
                "name": "OwnerType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ownerType_in",
              "description": "ownerType_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "ownerType_not_in",
              "description": "ownerType_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider",
              "description": "scmProvider",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_not",
              "description": "scmProvider_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_in",
              "description": "scmProvider_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProvider_not_in",
              "description": "scmProvider_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_some",
              "description": "repo_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_none",
              "description": "repo_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_single",
              "description": "repo_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_every",
              "description": "repo_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos",
              "description": "repos",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_not",
              "description": "repos_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_in",
              "description": "repos_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_not_in",
              "description": "repos_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_some",
              "description": "repos_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_none",
              "description": "repos_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_single",
              "description": "repos_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repos_every",
              "description": "repos_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook",
              "description": "webhook",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_not",
              "description": "webhook_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_in",
              "description": "webhook_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_not_in",
              "description": "webhook_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_some",
              "description": "webhook_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_none",
              "description": "webhook_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_single",
              "description": "webhook_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhook_every",
              "description": "webhook_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubOrgWebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks",
              "description": "webhooks",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_not",
              "description": "webhooks_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_in",
              "description": "webhooks_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_not_in",
              "description": "webhooks_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_some",
              "description": "webhooks_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_none",
              "description": "webhooks_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_single",
              "description": "webhooks_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhooks_every",
              "description": "webhooks_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WebhookFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam",
              "description": "chatTeam",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam_not",
              "description": "chatTeam_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam_in",
              "description": "chatTeam_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "chatTeam_not_in",
              "description": "chatTeam_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatTeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team",
              "description": "team",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not",
              "description": "team_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_in",
              "description": "team_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not_in",
              "description": "team_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "OwnerType",
          "description": "Enum for OwnerType",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "user",
              "description": "Value for user",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "organization",
              "description": "Value for organization",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_GitHubOrgWebhookFilter",
          "description": "Filter Input Type for GitHubOrgWebhook",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubOrgWebhookFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubOrgWebhookFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhookType",
              "description": "webhookType",
              "type": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhookType_not",
              "description": "webhookType_not",
              "type": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhookType_in",
              "description": "webhookType_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "webhookType_not_in",
              "description": "webhookType_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "org",
              "description": "org",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_not",
              "description": "org_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_in",
              "description": "org_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_not_in",
              "description": "org_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "WebhookType",
          "description": "Enum for WebhookType",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "organization",
              "description": "Value for organization",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repository",
              "description": "Value for repository",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_WebhookFilter",
          "description": "Filter Input Type for Webhook",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WebhookFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WebhookFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhookType",
              "description": "webhookType",
              "type": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhookType_not",
              "description": "webhookType_not",
              "type": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "webhookType_in",
              "description": "webhookType_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "webhookType_not_in",
              "description": "webhookType_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "org",
              "description": "org",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_not",
              "description": "org_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_in",
              "description": "org_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "org_not_in",
              "description": "org_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ChatTeamFilter",
          "description": "Filter Input Type for ChatTeam",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_lt",
              "description": "provider_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_lte",
              "description": "provider_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gt",
              "description": "provider_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gte",
              "description": "provider_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_contains",
              "description": "provider_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_contains",
              "description": "provider_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_starts_with",
              "description": "provider_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_starts_with",
              "description": "provider_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_ends_with",
              "description": "provider_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_ends_with",
              "description": "provider_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain",
              "description": "domain",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not",
              "description": "domain_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_in",
              "description": "domain_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_in",
              "description": "domain_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "domain_lt",
              "description": "domain_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_lte",
              "description": "domain_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_gt",
              "description": "domain_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_gte",
              "description": "domain_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_contains",
              "description": "domain_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_contains",
              "description": "domain_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_starts_with",
              "description": "domain_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_starts_with",
              "description": "domain_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_ends_with",
              "description": "domain_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_ends_with",
              "description": "domain_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "messageCount",
              "description": "messageCount",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_not",
              "description": "messageCount_not",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_in",
              "description": "messageCount_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_not_in",
              "description": "messageCount_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_lt",
              "description": "messageCount_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_lte",
              "description": "messageCount_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_gt",
              "description": "messageCount_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "messageCount_gte",
              "description": "messageCount_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain",
              "description": "emailDomain",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_not",
              "description": "emailDomain_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_in",
              "description": "emailDomain_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_not_in",
              "description": "emailDomain_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_lt",
              "description": "emailDomain_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_lte",
              "description": "emailDomain_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_gt",
              "description": "emailDomain_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_gte",
              "description": "emailDomain_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_contains",
              "description": "emailDomain_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_not_contains",
              "description": "emailDomain_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_starts_with",
              "description": "emailDomain_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_not_starts_with",
              "description": "emailDomain_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_ends_with",
              "description": "emailDomain_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "emailDomain_not_ends_with",
              "description": "emailDomain_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs",
              "description": "orgs",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_not",
              "description": "orgs_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_in",
              "description": "orgs_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_not_in",
              "description": "orgs_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_some",
              "description": "orgs_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_none",
              "description": "orgs_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_single",
              "description": "orgs_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "orgs_every",
              "description": "orgs_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_OrgFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers",
              "description": "providers",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_not",
              "description": "providers_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_in",
              "description": "providers_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_not_in",
              "description": "providers_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_some",
              "description": "providers_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_none",
              "description": "providers_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_single",
              "description": "providers_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "providers_every",
              "description": "providers_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_GitHubProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders",
              "description": "scmProviders",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_not",
              "description": "scmProviders_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_in",
              "description": "scmProviders_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_not_in",
              "description": "scmProviders_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_some",
              "description": "scmProviders_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_none",
              "description": "scmProviders_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_single",
              "description": "scmProviders_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "scmProviders_every",
              "description": "scmProviders_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMProviderFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels",
              "description": "channels",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_not",
              "description": "channels_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_in",
              "description": "channels_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_not_in",
              "description": "channels_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_some",
              "description": "channels_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_none",
              "description": "channels_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_single",
              "description": "channels_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channels_every",
              "description": "channels_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members",
              "description": "members",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_not",
              "description": "members_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_in",
              "description": "members_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_not_in",
              "description": "members_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_some",
              "description": "members_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_none",
              "description": "members_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_single",
              "description": "members_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "members_every",
              "description": "members_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team",
              "description": "team",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not",
              "description": "team_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_in",
              "description": "team_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "team_not_in",
              "description": "team_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TeamFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ChannelLinkFilter",
          "description": "Filter Input Type for ChannelLink",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChannelLinkFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChannelLinkFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel",
              "description": "channel",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel_not",
              "description": "channel_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel_in",
              "description": "channel_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel_not_in",
              "description": "channel_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_IssueFilter",
          "description": "Filter Input Type for Issue",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number",
              "description": "number",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_not",
              "description": "number_not",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_in",
              "description": "number_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "number_not_in",
              "description": "number_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "number_lt",
              "description": "number_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_lte",
              "description": "number_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_gt",
              "description": "number_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_gte",
              "description": "number_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title",
              "description": "title",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not",
              "description": "title_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_in",
              "description": "title_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "title_not_in",
              "description": "title_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "title_lt",
              "description": "title_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_lte",
              "description": "title_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_gt",
              "description": "title_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_gte",
              "description": "title_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_contains",
              "description": "title_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not_contains",
              "description": "title_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_starts_with",
              "description": "title_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not_starts_with",
              "description": "title_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_ends_with",
              "description": "title_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not_ends_with",
              "description": "title_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body",
              "description": "body",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not",
              "description": "body_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_in",
              "description": "body_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_not_in",
              "description": "body_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_lt",
              "description": "body_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_lte",
              "description": "body_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gt",
              "description": "body_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gte",
              "description": "body_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_contains",
              "description": "body_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_contains",
              "description": "body_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_starts_with",
              "description": "body_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_starts_with",
              "description": "body_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_ends_with",
              "description": "body_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_ends_with",
              "description": "body_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "ENUM",
                "name": "IssueState",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "ENUM",
                "name": "IssueState",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action",
              "description": "action",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_not",
              "description": "action_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_in",
              "description": "action_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "action_not_in",
              "description": "action_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "action_lt",
              "description": "action_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_lte",
              "description": "action_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_gt",
              "description": "action_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_gte",
              "description": "action_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_contains",
              "description": "action_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_not_contains",
              "description": "action_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_starts_with",
              "description": "action_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_not_starts_with",
              "description": "action_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_ends_with",
              "description": "action_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_not_ends_with",
              "description": "action_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt",
              "description": "createdAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not",
              "description": "createdAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_in",
              "description": "createdAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_in",
              "description": "createdAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lt",
              "description": "createdAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lte",
              "description": "createdAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gt",
              "description": "createdAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gte",
              "description": "createdAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_contains",
              "description": "createdAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_contains",
              "description": "createdAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_starts_with",
              "description": "createdAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_starts_with",
              "description": "createdAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_ends_with",
              "description": "createdAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_ends_with",
              "description": "createdAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt",
              "description": "updatedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not",
              "description": "updatedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_in",
              "description": "updatedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_in",
              "description": "updatedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_lt",
              "description": "updatedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_lte",
              "description": "updatedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_gt",
              "description": "updatedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_gte",
              "description": "updatedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_contains",
              "description": "updatedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_contains",
              "description": "updatedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_starts_with",
              "description": "updatedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_starts_with",
              "description": "updatedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_ends_with",
              "description": "updatedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_ends_with",
              "description": "updatedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt",
              "description": "closedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not",
              "description": "closedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_in",
              "description": "closedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_in",
              "description": "closedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_lt",
              "description": "closedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_lte",
              "description": "closedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_gt",
              "description": "closedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_gte",
              "description": "closedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_contains",
              "description": "closedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_contains",
              "description": "closedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_starts_with",
              "description": "closedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_starts_with",
              "description": "closedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_ends_with",
              "description": "closedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_ends_with",
              "description": "closedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits",
              "description": "resolvingCommits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_not",
              "description": "resolvingCommits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_in",
              "description": "resolvingCommits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_not_in",
              "description": "resolvingCommits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_some",
              "description": "resolvingCommits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_none",
              "description": "resolvingCommits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_single",
              "description": "resolvingCommits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolvingCommits_every",
              "description": "resolvingCommits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "openedBy",
              "description": "openedBy",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "openedBy_not",
              "description": "openedBy_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "openedBy_in",
              "description": "openedBy_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "openedBy_not_in",
              "description": "openedBy_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedBy",
              "description": "closedBy",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedBy_not",
              "description": "closedBy_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedBy_in",
              "description": "closedBy_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedBy_not_in",
              "description": "closedBy_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels",
              "description": "labels",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_not",
              "description": "labels_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_in",
              "description": "labels_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_not_in",
              "description": "labels_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_some",
              "description": "labels_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_none",
              "description": "labels_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_single",
              "description": "labels_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_every",
              "description": "labels_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees",
              "description": "assignees",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_not",
              "description": "assignees_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_in",
              "description": "assignees_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_not_in",
              "description": "assignees_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_some",
              "description": "assignees_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_none",
              "description": "assignees_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_single",
              "description": "assignees_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_every",
              "description": "assignees_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy",
              "description": "lastAssignedBy",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy_not",
              "description": "lastAssignedBy_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy_in",
              "description": "lastAssignedBy_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy_not_in",
              "description": "lastAssignedBy_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments",
              "description": "comments",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_not",
              "description": "comments_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_in",
              "description": "comments_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_not_in",
              "description": "comments_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_some",
              "description": "comments_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_none",
              "description": "comments_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_single",
              "description": "comments_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_every",
              "description": "comments_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_CommitFilter",
          "description": "Filter Input Type for Commit",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha",
              "description": "sha",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not",
              "description": "sha_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_in",
              "description": "sha_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_in",
              "description": "sha_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "sha_lt",
              "description": "sha_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_lte",
              "description": "sha_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_gt",
              "description": "sha_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_gte",
              "description": "sha_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_contains",
              "description": "sha_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_contains",
              "description": "sha_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_starts_with",
              "description": "sha_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_starts_with",
              "description": "sha_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_ends_with",
              "description": "sha_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_ends_with",
              "description": "sha_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message",
              "description": "message",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_not",
              "description": "message_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_in",
              "description": "message_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "message_not_in",
              "description": "message_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "message_lt",
              "description": "message_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_lte",
              "description": "message_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_gt",
              "description": "message_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_gte",
              "description": "message_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_contains",
              "description": "message_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_not_contains",
              "description": "message_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_starts_with",
              "description": "message_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_not_starts_with",
              "description": "message_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_ends_with",
              "description": "message_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "message_not_ends_with",
              "description": "message_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "email",
              "description": "email",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "email_not",
              "description": "email_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "email_in",
              "description": "email_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "email_not_in",
              "description": "email_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_EmailFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds",
              "description": "builds",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not",
              "description": "builds_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_in",
              "description": "builds_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not_in",
              "description": "builds_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_some",
              "description": "builds_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_none",
              "description": "builds_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_single",
              "description": "builds_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_every",
              "description": "builds_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author",
              "description": "author",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author_not",
              "description": "author_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author_in",
              "description": "author_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author_not_in",
              "description": "author_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "committer",
              "description": "committer",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "committer_not",
              "description": "committer_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "committer_in",
              "description": "committer_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "committer_not_in",
              "description": "committer_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags",
              "description": "tags",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_not",
              "description": "tags_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_in",
              "description": "tags_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_not_in",
              "description": "tags_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_some",
              "description": "tags_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_none",
              "description": "tags_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_single",
              "description": "tags_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tags_every",
              "description": "tags_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves",
              "description": "resolves",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_not",
              "description": "resolves_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_in",
              "description": "resolves_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_not_in",
              "description": "resolves_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_some",
              "description": "resolves_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_none",
              "description": "resolves_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_single",
              "description": "resolves_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resolves_every",
              "description": "resolves_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses",
              "description": "statuses",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_not",
              "description": "statuses_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_in",
              "description": "statuses_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_not_in",
              "description": "statuses_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_some",
              "description": "statuses_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_none",
              "description": "statuses_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_single",
              "description": "statuses_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statuses_every",
              "description": "statuses_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_StatusFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes",
              "description": "pushes",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_not",
              "description": "pushes_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_in",
              "description": "pushes_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_not_in",
              "description": "pushes_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_some",
              "description": "pushes_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_none",
              "description": "pushes_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_single",
              "description": "pushes_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pushes_every",
              "description": "pushes_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests",
              "description": "pullRequests",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not",
              "description": "pullRequests_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_in",
              "description": "pullRequests_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not_in",
              "description": "pullRequests_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_some",
              "description": "pullRequests_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_none",
              "description": "pullRequests_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_single",
              "description": "pullRequests_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_every",
              "description": "pullRequests_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps",
              "description": "herokuApps",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_not",
              "description": "herokuApps_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_in",
              "description": "herokuApps_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_not_in",
              "description": "herokuApps_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_some",
              "description": "herokuApps_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_none",
              "description": "herokuApps_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_single",
              "description": "herokuApps_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "herokuApps_every",
              "description": "herokuApps_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_HerokuAppFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps",
              "description": "apps",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_not",
              "description": "apps_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_in",
              "description": "apps_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_not_in",
              "description": "apps_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_some",
              "description": "apps_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_none",
              "description": "apps_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_single",
              "description": "apps_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "apps_every",
              "description": "apps_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ApplicationFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints",
              "description": "fingerprints",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_not",
              "description": "fingerprints_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_in",
              "description": "fingerprints_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_not_in",
              "description": "fingerprints_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_some",
              "description": "fingerprints_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_none",
              "description": "fingerprints_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_single",
              "description": "fingerprints_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "fingerprints_every",
              "description": "fingerprints_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_FingerprintFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "impact",
              "description": "impact",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ParentImpactFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "impact_not",
              "description": "impact_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ParentImpactFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "impact_in",
              "description": "impact_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ParentImpactFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "impact_not_in",
              "description": "impact_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ParentImpactFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image",
              "description": "image",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not",
              "description": "image_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_in",
              "description": "image_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not_in",
              "description": "image_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images",
              "description": "images",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_not",
              "description": "images_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_in",
              "description": "images_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_not_in",
              "description": "images_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_some",
              "description": "images_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_none",
              "description": "images_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_single",
              "description": "images_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_every",
              "description": "images_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_BuildFilter",
          "description": "Filter Input Type for Build",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId",
              "description": "buildId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_not",
              "description": "buildId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_in",
              "description": "buildId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "buildId_not_in",
              "description": "buildId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "buildId_lt",
              "description": "buildId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_lte",
              "description": "buildId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_gt",
              "description": "buildId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_gte",
              "description": "buildId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_contains",
              "description": "buildId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_not_contains",
              "description": "buildId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_starts_with",
              "description": "buildId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_not_starts_with",
              "description": "buildId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_ends_with",
              "description": "buildId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildId_not_ends_with",
              "description": "buildId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number",
              "description": "number",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_not",
              "description": "number_not",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_in",
              "description": "number_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "number_not_in",
              "description": "number_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "number_lt",
              "description": "number_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_lte",
              "description": "number_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_gt",
              "description": "number_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_gte",
              "description": "number_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "status",
              "description": "status",
              "type": {
                "kind": "ENUM",
                "name": "BuildStatus",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "status_not",
              "description": "status_not",
              "type": {
                "kind": "ENUM",
                "name": "BuildStatus",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "status_in",
              "description": "status_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "status_not_in",
              "description": "status_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl",
              "description": "buildUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_not",
              "description": "buildUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_in",
              "description": "buildUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_not_in",
              "description": "buildUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_lt",
              "description": "buildUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_lte",
              "description": "buildUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_gt",
              "description": "buildUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_gte",
              "description": "buildUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_contains",
              "description": "buildUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_not_contains",
              "description": "buildUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_starts_with",
              "description": "buildUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_not_starts_with",
              "description": "buildUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_ends_with",
              "description": "buildUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "buildUrl_not_ends_with",
              "description": "buildUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl",
              "description": "compareUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_not",
              "description": "compareUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_in",
              "description": "compareUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_not_in",
              "description": "compareUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_lt",
              "description": "compareUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_lte",
              "description": "compareUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_gt",
              "description": "compareUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_gte",
              "description": "compareUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_contains",
              "description": "compareUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_not_contains",
              "description": "compareUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_starts_with",
              "description": "compareUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_not_starts_with",
              "description": "compareUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_ends_with",
              "description": "compareUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "compareUrl_not_ends_with",
              "description": "compareUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "trigger",
              "description": "trigger",
              "type": {
                "kind": "ENUM",
                "name": "BuildTrigger",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "trigger_not",
              "description": "trigger_not",
              "type": {
                "kind": "ENUM",
                "name": "BuildTrigger",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "trigger_in",
              "description": "trigger_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "trigger_not_in",
              "description": "trigger_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_lt",
              "description": "provider_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_lte",
              "description": "provider_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gt",
              "description": "provider_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gte",
              "description": "provider_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_contains",
              "description": "provider_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_contains",
              "description": "provider_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_starts_with",
              "description": "provider_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_starts_with",
              "description": "provider_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_ends_with",
              "description": "provider_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_ends_with",
              "description": "provider_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber",
              "description": "pullRequestNumber",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_not",
              "description": "pullRequestNumber_not",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_in",
              "description": "pullRequestNumber_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_not_in",
              "description": "pullRequestNumber_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_lt",
              "description": "pullRequestNumber_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_lte",
              "description": "pullRequestNumber_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_gt",
              "description": "pullRequestNumber_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequestNumber_gte",
              "description": "pullRequestNumber_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt",
              "description": "startedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_not",
              "description": "startedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_in",
              "description": "startedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_not_in",
              "description": "startedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_lt",
              "description": "startedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_lte",
              "description": "startedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_gt",
              "description": "startedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_gte",
              "description": "startedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_contains",
              "description": "startedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_not_contains",
              "description": "startedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_starts_with",
              "description": "startedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_not_starts_with",
              "description": "startedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_ends_with",
              "description": "startedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "startedAt_not_ends_with",
              "description": "startedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt",
              "description": "finishedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_not",
              "description": "finishedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_in",
              "description": "finishedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_not_in",
              "description": "finishedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_lt",
              "description": "finishedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_lte",
              "description": "finishedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_gt",
              "description": "finishedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_gte",
              "description": "finishedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_contains",
              "description": "finishedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_not_contains",
              "description": "finishedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_starts_with",
              "description": "finishedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_not_starts_with",
              "description": "finishedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_ends_with",
              "description": "finishedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "finishedAt_not_ends_with",
              "description": "finishedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId",
              "description": "workflowId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not",
              "description": "workflowId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_in",
              "description": "workflowId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_in",
              "description": "workflowId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_lt",
              "description": "workflowId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_lte",
              "description": "workflowId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_gt",
              "description": "workflowId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_gte",
              "description": "workflowId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_contains",
              "description": "workflowId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_contains",
              "description": "workflowId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_starts_with",
              "description": "workflowId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_starts_with",
              "description": "workflowId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_ends_with",
              "description": "workflowId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_ends_with",
              "description": "workflowId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName",
              "description": "jobName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_not",
              "description": "jobName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_in",
              "description": "jobName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "jobName_not_in",
              "description": "jobName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "jobName_lt",
              "description": "jobName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_lte",
              "description": "jobName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_gt",
              "description": "jobName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_gte",
              "description": "jobName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_contains",
              "description": "jobName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_not_contains",
              "description": "jobName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_starts_with",
              "description": "jobName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_not_starts_with",
              "description": "jobName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_ends_with",
              "description": "jobName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobName_not_ends_with",
              "description": "jobName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId",
              "description": "jobId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_not",
              "description": "jobId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_in",
              "description": "jobId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "jobId_not_in",
              "description": "jobId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "jobId_lt",
              "description": "jobId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_lte",
              "description": "jobId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_gt",
              "description": "jobId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_gte",
              "description": "jobId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_contains",
              "description": "jobId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_not_contains",
              "description": "jobId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_starts_with",
              "description": "jobId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_not_starts_with",
              "description": "jobId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_ends_with",
              "description": "jobId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "jobId_not_ends_with",
              "description": "jobId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": "data",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not",
              "description": "data_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_in",
              "description": "data_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_not_in",
              "description": "data_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_lt",
              "description": "data_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_lte",
              "description": "data_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gt",
              "description": "data_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gte",
              "description": "data_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_contains",
              "description": "data_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_contains",
              "description": "data_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_starts_with",
              "description": "data_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_starts_with",
              "description": "data_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_ends_with",
              "description": "data_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_ends_with",
              "description": "data_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push",
              "description": "push",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push_not",
              "description": "push_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push_in",
              "description": "push_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push_not_in",
              "description": "push_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest",
              "description": "pullRequest",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not",
              "description": "pullRequest_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_in",
              "description": "pullRequest_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not_in",
              "description": "pullRequest_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag",
              "description": "tag",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag_not",
              "description": "tag_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag_in",
              "description": "tag_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag_not_in",
              "description": "tag_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflow",
              "description": "workflow",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WorkflowFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflow_not",
              "description": "workflow_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WorkflowFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflow_in",
              "description": "workflow_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WorkflowFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflow_not_in",
              "description": "workflow_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_WorkflowFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "SCALAR",
          "name": "Int",
          "description": "Built-in Int",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "BuildStatus",
          "description": "Enum for BuildStatus",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "passed",
              "description": "Value for passed",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "broken",
              "description": "Value for broken",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "failed",
              "description": "Value for failed",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "started",
              "description": "Value for started",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "canceled",
              "description": "Value for canceled",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "BuildTrigger",
          "description": "Enum for BuildTrigger",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "pull_request",
              "description": "Value for pull_request",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "push",
              "description": "Value for push",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "tag",
              "description": "Value for tag",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "cron",
              "description": "Value for cron",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_PushFilter",
          "description": "Filter Input Type for Push",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch",
              "description": "branch",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_not",
              "description": "branch_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_in",
              "description": "branch_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "branch_not_in",
              "description": "branch_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "branch_lt",
              "description": "branch_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_lte",
              "description": "branch_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_gt",
              "description": "branch_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_gte",
              "description": "branch_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_contains",
              "description": "branch_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_not_contains",
              "description": "branch_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_starts_with",
              "description": "branch_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_not_starts_with",
              "description": "branch_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_ends_with",
              "description": "branch_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_not_ends_with",
              "description": "branch_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "after",
              "description": "after",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "after_not",
              "description": "after_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "after_in",
              "description": "after_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "after_not_in",
              "description": "after_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "before",
              "description": "before",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "before_not",
              "description": "before_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "before_in",
              "description": "before_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "before_not_in",
              "description": "before_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits",
              "description": "commits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not",
              "description": "commits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_in",
              "description": "commits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not_in",
              "description": "commits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_some",
              "description": "commits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_none",
              "description": "commits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_single",
              "description": "commits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_every",
              "description": "commits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds",
              "description": "builds",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not",
              "description": "builds_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_in",
              "description": "builds_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not_in",
              "description": "builds_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_some",
              "description": "builds_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_none",
              "description": "builds_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_single",
              "description": "builds_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_every",
              "description": "builds_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_PullRequestFilter",
          "description": "Filter Input Type for PullRequest",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number",
              "description": "number",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_not",
              "description": "number_not",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_in",
              "description": "number_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "number_not_in",
              "description": "number_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "number_lt",
              "description": "number_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_lte",
              "description": "number_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_gt",
              "description": "number_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "number_gte",
              "description": "number_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId",
              "description": "prId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_not",
              "description": "prId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_in",
              "description": "prId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "prId_not_in",
              "description": "prId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "prId_lt",
              "description": "prId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_lte",
              "description": "prId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_gt",
              "description": "prId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_gte",
              "description": "prId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_contains",
              "description": "prId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_not_contains",
              "description": "prId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_starts_with",
              "description": "prId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_not_starts_with",
              "description": "prId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_ends_with",
              "description": "prId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "prId_not_ends_with",
              "description": "prId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body",
              "description": "body",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not",
              "description": "body_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_in",
              "description": "body_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_not_in",
              "description": "body_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_lt",
              "description": "body_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_lte",
              "description": "body_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gt",
              "description": "body_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gte",
              "description": "body_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_contains",
              "description": "body_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_contains",
              "description": "body_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_starts_with",
              "description": "body_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_starts_with",
              "description": "body_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_ends_with",
              "description": "body_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_ends_with",
              "description": "body_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_lt",
              "description": "state_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_lte",
              "description": "state_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gt",
              "description": "state_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gte",
              "description": "state_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_contains",
              "description": "state_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_contains",
              "description": "state_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_starts_with",
              "description": "state_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_starts_with",
              "description": "state_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_ends_with",
              "description": "state_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_ends_with",
              "description": "state_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action",
              "description": "action",
              "type": {
                "kind": "ENUM",
                "name": "PullRequestAction",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_not",
              "description": "action_not",
              "type": {
                "kind": "ENUM",
                "name": "PullRequestAction",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "action_in",
              "description": "action_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "action_not_in",
              "description": "action_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "merged",
              "description": "merged",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "merged_not",
              "description": "merged_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName",
              "description": "baseBranchName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_not",
              "description": "baseBranchName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_in",
              "description": "baseBranchName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_not_in",
              "description": "baseBranchName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_lt",
              "description": "baseBranchName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_lte",
              "description": "baseBranchName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_gt",
              "description": "baseBranchName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_gte",
              "description": "baseBranchName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_contains",
              "description": "baseBranchName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_not_contains",
              "description": "baseBranchName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_starts_with",
              "description": "baseBranchName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_not_starts_with",
              "description": "baseBranchName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_ends_with",
              "description": "baseBranchName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseBranchName_not_ends_with",
              "description": "baseBranchName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName",
              "description": "branchName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_not",
              "description": "branchName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_in",
              "description": "branchName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "branchName_not_in",
              "description": "branchName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "branchName_lt",
              "description": "branchName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_lte",
              "description": "branchName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_gt",
              "description": "branchName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_gte",
              "description": "branchName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_contains",
              "description": "branchName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_not_contains",
              "description": "branchName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_starts_with",
              "description": "branchName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_not_starts_with",
              "description": "branchName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_ends_with",
              "description": "branchName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branchName_not_ends_with",
              "description": "branchName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title",
              "description": "title",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not",
              "description": "title_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_in",
              "description": "title_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "title_not_in",
              "description": "title_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "title_lt",
              "description": "title_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_lte",
              "description": "title_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_gt",
              "description": "title_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_gte",
              "description": "title_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_contains",
              "description": "title_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not_contains",
              "description": "title_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_starts_with",
              "description": "title_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not_starts_with",
              "description": "title_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_ends_with",
              "description": "title_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "title_not_ends_with",
              "description": "title_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt",
              "description": "createdAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not",
              "description": "createdAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_in",
              "description": "createdAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_in",
              "description": "createdAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lt",
              "description": "createdAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lte",
              "description": "createdAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gt",
              "description": "createdAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gte",
              "description": "createdAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_contains",
              "description": "createdAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_contains",
              "description": "createdAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_starts_with",
              "description": "createdAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_starts_with",
              "description": "createdAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_ends_with",
              "description": "createdAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_ends_with",
              "description": "createdAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt",
              "description": "updatedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not",
              "description": "updatedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_in",
              "description": "updatedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_in",
              "description": "updatedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_lt",
              "description": "updatedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_lte",
              "description": "updatedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_gt",
              "description": "updatedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_gte",
              "description": "updatedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_contains",
              "description": "updatedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_contains",
              "description": "updatedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_starts_with",
              "description": "updatedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_starts_with",
              "description": "updatedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_ends_with",
              "description": "updatedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_ends_with",
              "description": "updatedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt",
              "description": "closedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not",
              "description": "closedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_in",
              "description": "closedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_in",
              "description": "closedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_lt",
              "description": "closedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_lte",
              "description": "closedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_gt",
              "description": "closedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_gte",
              "description": "closedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_contains",
              "description": "closedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_contains",
              "description": "closedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_starts_with",
              "description": "closedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_starts_with",
              "description": "closedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_ends_with",
              "description": "closedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "closedAt_not_ends_with",
              "description": "closedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt",
              "description": "mergedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_not",
              "description": "mergedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_in",
              "description": "mergedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_not_in",
              "description": "mergedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_lt",
              "description": "mergedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_lte",
              "description": "mergedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_gt",
              "description": "mergedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_gte",
              "description": "mergedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_contains",
              "description": "mergedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_not_contains",
              "description": "mergedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_starts_with",
              "description": "mergedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_not_starts_with",
              "description": "mergedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_ends_with",
              "description": "mergedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergedAt_not_ends_with",
              "description": "mergedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeStatus",
              "description": "mergeStatus",
              "type": {
                "kind": "ENUM",
                "name": "MergeStatus",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeStatus_not",
              "description": "mergeStatus_not",
              "type": {
                "kind": "ENUM",
                "name": "MergeStatus",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeStatus_in",
              "description": "mergeStatus_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "mergeStatus_not_in",
              "description": "mergeStatus_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "head",
              "description": "head",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "head_not",
              "description": "head_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "head_in",
              "description": "head_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "head_not_in",
              "description": "head_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "base",
              "description": "base",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "base_not",
              "description": "base_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "base_in",
              "description": "base_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "base_not_in",
              "description": "base_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeCommit",
              "description": "mergeCommit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeCommit_not",
              "description": "mergeCommit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeCommit_in",
              "description": "mergeCommit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "mergeCommit_not_in",
              "description": "mergeCommit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author",
              "description": "author",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author_not",
              "description": "author_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author_in",
              "description": "author_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "author_not_in",
              "description": "author_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "merger",
              "description": "merger",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "merger_not",
              "description": "merger_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "merger_in",
              "description": "merger_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "merger_not_in",
              "description": "merger_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees",
              "description": "assignees",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_not",
              "description": "assignees_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_in",
              "description": "assignees_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_not_in",
              "description": "assignees_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_some",
              "description": "assignees_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_none",
              "description": "assignees_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_single",
              "description": "assignees_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "assignees_every",
              "description": "assignees_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits",
              "description": "commits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not",
              "description": "commits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_in",
              "description": "commits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not_in",
              "description": "commits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_some",
              "description": "commits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_none",
              "description": "commits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_single",
              "description": "commits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_every",
              "description": "commits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch",
              "description": "branch",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_not",
              "description": "branch_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_in",
              "description": "branch_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "branch_not_in",
              "description": "branch_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sourceBranch",
              "description": "sourceBranch",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sourceBranch_not",
              "description": "sourceBranch_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sourceBranch_in",
              "description": "sourceBranch_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sourceBranch_not_in",
              "description": "sourceBranch_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "destinationBranch",
              "description": "destinationBranch",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "destinationBranch_not",
              "description": "destinationBranch_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "destinationBranch_in",
              "description": "destinationBranch_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "destinationBranch_not_in",
              "description": "destinationBranch_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BranchFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels",
              "description": "labels",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_not",
              "description": "labels_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_in",
              "description": "labels_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_not_in",
              "description": "labels_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_some",
              "description": "labels_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_none",
              "description": "labels_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_single",
              "description": "labels_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "labels_every",
              "description": "labels_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_LabelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews",
              "description": "reviews",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_not",
              "description": "reviews_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_in",
              "description": "reviews_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_not_in",
              "description": "reviews_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_some",
              "description": "reviews_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_none",
              "description": "reviews_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_single",
              "description": "reviews_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviews_every",
              "description": "reviews_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers",
              "description": "reviewers",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_not",
              "description": "reviewers_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_in",
              "description": "reviewers_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_not_in",
              "description": "reviewers_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_some",
              "description": "reviewers_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_none",
              "description": "reviewers_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_single",
              "description": "reviewers_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewers_every",
              "description": "reviewers_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy",
              "description": "lastAssignedBy",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy_not",
              "description": "lastAssignedBy_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy_in",
              "description": "lastAssignedBy_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "lastAssignedBy_not_in",
              "description": "lastAssignedBy_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments",
              "description": "comments",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_not",
              "description": "comments_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_in",
              "description": "comments_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_not_in",
              "description": "comments_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_some",
              "description": "comments_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_none",
              "description": "comments_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_single",
              "description": "comments_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_every",
              "description": "comments_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds",
              "description": "builds",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not",
              "description": "builds_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_in",
              "description": "builds_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not_in",
              "description": "builds_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_some",
              "description": "builds_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_none",
              "description": "builds_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_single",
              "description": "builds_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_every",
              "description": "builds_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "PullRequestAction",
          "description": "Enum for PullRequestAction",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "assigned",
              "description": "Value for assigned",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "created",
              "description": "Value for created",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unassigned",
              "description": "Value for unassigned",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "review_requested",
              "description": "Value for review_requested",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "review_request_removed",
              "description": "Value for review_request_removed",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "labeled",
              "description": "Value for labeled",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unlabeled",
              "description": "Value for unlabeled",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "opened",
              "description": "Value for opened",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "edited",
              "description": "Value for edited",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closed",
              "description": "Value for closed",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reopened",
              "description": "Value for reopened",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "synchronize",
              "description": "Value for synchronize",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "submitted",
              "description": "Value for submitted",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "MergeStatus",
          "description": "Enum for MergeStatus",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "can_be_merged",
              "description": "Value for can_be_merged",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unchecked",
              "description": "Value for unchecked",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "cannot_be_merged",
              "description": "Value for cannot_be_merged",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_BranchFilter",
          "description": "Filter Input Type for Branch",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isRemote",
              "description": "isRemote",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "isRemote_not",
              "description": "isRemote_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl",
              "description": "remoteRepoHtmlUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_not",
              "description": "remoteRepoHtmlUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_in",
              "description": "remoteRepoHtmlUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_not_in",
              "description": "remoteRepoHtmlUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_lt",
              "description": "remoteRepoHtmlUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_lte",
              "description": "remoteRepoHtmlUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_gt",
              "description": "remoteRepoHtmlUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_gte",
              "description": "remoteRepoHtmlUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_contains",
              "description": "remoteRepoHtmlUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_not_contains",
              "description": "remoteRepoHtmlUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_starts_with",
              "description": "remoteRepoHtmlUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_not_starts_with",
              "description": "remoteRepoHtmlUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_ends_with",
              "description": "remoteRepoHtmlUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "remoteRepoHtmlUrl_not_ends_with",
              "description": "remoteRepoHtmlUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests",
              "description": "pullRequests",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not",
              "description": "pullRequests_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_in",
              "description": "pullRequests_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not_in",
              "description": "pullRequests_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_some",
              "description": "pullRequests_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_none",
              "description": "pullRequests_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_single",
              "description": "pullRequests_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_every",
              "description": "pullRequests_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ReviewFilter",
          "description": "Filter Input Type for Review",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReviewFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReviewFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not",
              "description": "gitHubId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_in",
              "description": "gitHubId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_in",
              "description": "gitHubId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_lt",
              "description": "gitHubId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_lte",
              "description": "gitHubId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_gt",
              "description": "gitHubId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_gte",
              "description": "gitHubId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_contains",
              "description": "gitHubId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_contains",
              "description": "gitHubId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_starts_with",
              "description": "gitHubId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_starts_with",
              "description": "gitHubId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_ends_with",
              "description": "gitHubId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_ends_with",
              "description": "gitHubId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId",
              "description": "reviewId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_not",
              "description": "reviewId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_in",
              "description": "reviewId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_not_in",
              "description": "reviewId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_lt",
              "description": "reviewId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_lte",
              "description": "reviewId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_gt",
              "description": "reviewId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_gte",
              "description": "reviewId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_contains",
              "description": "reviewId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_not_contains",
              "description": "reviewId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_starts_with",
              "description": "reviewId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_not_starts_with",
              "description": "reviewId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_ends_with",
              "description": "reviewId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "reviewId_not_ends_with",
              "description": "reviewId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body",
              "description": "body",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not",
              "description": "body_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_in",
              "description": "body_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_not_in",
              "description": "body_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_lt",
              "description": "body_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_lte",
              "description": "body_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gt",
              "description": "body_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gte",
              "description": "body_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_contains",
              "description": "body_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_contains",
              "description": "body_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_starts_with",
              "description": "body_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_starts_with",
              "description": "body_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_ends_with",
              "description": "body_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_ends_with",
              "description": "body_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "ENUM",
                "name": "ReviewState",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "ENUM",
                "name": "ReviewState",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "ReviewState",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "ReviewState",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt",
              "description": "submittedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_not",
              "description": "submittedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_in",
              "description": "submittedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_not_in",
              "description": "submittedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_lt",
              "description": "submittedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_lte",
              "description": "submittedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_gt",
              "description": "submittedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_gte",
              "description": "submittedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_contains",
              "description": "submittedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_not_contains",
              "description": "submittedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_starts_with",
              "description": "submittedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_not_starts_with",
              "description": "submittedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_ends_with",
              "description": "submittedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "submittedAt_not_ends_with",
              "description": "submittedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl",
              "description": "htmlUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not",
              "description": "htmlUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_in",
              "description": "htmlUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_in",
              "description": "htmlUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_lt",
              "description": "htmlUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_lte",
              "description": "htmlUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_gt",
              "description": "htmlUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_gte",
              "description": "htmlUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_contains",
              "description": "htmlUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_contains",
              "description": "htmlUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_starts_with",
              "description": "htmlUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_starts_with",
              "description": "htmlUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_ends_with",
              "description": "htmlUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_ends_with",
              "description": "htmlUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by",
              "description": "by",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_not",
              "description": "by_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_in",
              "description": "by_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_not_in",
              "description": "by_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_some",
              "description": "by_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_none",
              "description": "by_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_single",
              "description": "by_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_every",
              "description": "by_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments",
              "description": "comments",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_not",
              "description": "comments_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_in",
              "description": "comments_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_not_in",
              "description": "comments_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_some",
              "description": "comments_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_none",
              "description": "comments_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_single",
              "description": "comments_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "comments_every",
              "description": "comments_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommentFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest",
              "description": "pullRequest",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not",
              "description": "pullRequest_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_in",
              "description": "pullRequest_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not_in",
              "description": "pullRequest_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "ReviewState",
          "description": "Enum for ReviewState",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "requested",
              "description": "Value for requested",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pending",
              "description": "Value for pending",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "approved",
              "description": "Value for approved",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commented",
              "description": "Value for commented",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "unapproved",
              "description": "Value for unapproved",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "changes_requested",
              "description": "Value for changes_requested",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_CommentFilter",
          "description": "Filter Input Type for Comment",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body",
              "description": "body",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not",
              "description": "body_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_in",
              "description": "body_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_not_in",
              "description": "body_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "body_lt",
              "description": "body_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_lte",
              "description": "body_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gt",
              "description": "body_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_gte",
              "description": "body_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_contains",
              "description": "body_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_contains",
              "description": "body_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_starts_with",
              "description": "body_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_starts_with",
              "description": "body_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_ends_with",
              "description": "body_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "body_not_ends_with",
              "description": "body_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt",
              "description": "createdAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not",
              "description": "createdAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_in",
              "description": "createdAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_in",
              "description": "createdAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lt",
              "description": "createdAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_lte",
              "description": "createdAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gt",
              "description": "createdAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_gte",
              "description": "createdAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_contains",
              "description": "createdAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_contains",
              "description": "createdAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_starts_with",
              "description": "createdAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_starts_with",
              "description": "createdAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_ends_with",
              "description": "createdAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "createdAt_not_ends_with",
              "description": "createdAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt",
              "description": "updatedAt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not",
              "description": "updatedAt_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_in",
              "description": "updatedAt_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_in",
              "description": "updatedAt_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_lt",
              "description": "updatedAt_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_lte",
              "description": "updatedAt_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_gt",
              "description": "updatedAt_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_gte",
              "description": "updatedAt_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_contains",
              "description": "updatedAt_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_contains",
              "description": "updatedAt_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_starts_with",
              "description": "updatedAt_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_starts_with",
              "description": "updatedAt_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_ends_with",
              "description": "updatedAt_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "updatedAt_not_ends_with",
              "description": "updatedAt_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId",
              "description": "commentId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_not",
              "description": "commentId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_in",
              "description": "commentId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "commentId_not_in",
              "description": "commentId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "commentId_lt",
              "description": "commentId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_lte",
              "description": "commentId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_gt",
              "description": "commentId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_gte",
              "description": "commentId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_contains",
              "description": "commentId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_not_contains",
              "description": "commentId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_starts_with",
              "description": "commentId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_not_starts_with",
              "description": "commentId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_ends_with",
              "description": "commentId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentId_not_ends_with",
              "description": "commentId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not",
              "description": "gitHubId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_in",
              "description": "gitHubId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_in",
              "description": "gitHubId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_lt",
              "description": "gitHubId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_lte",
              "description": "gitHubId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_gt",
              "description": "gitHubId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_gte",
              "description": "gitHubId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_contains",
              "description": "gitHubId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_contains",
              "description": "gitHubId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_starts_with",
              "description": "gitHubId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_starts_with",
              "description": "gitHubId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_ends_with",
              "description": "gitHubId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "gitHubId_not_ends_with",
              "description": "gitHubId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path",
              "description": "path",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_not",
              "description": "path_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_in",
              "description": "path_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "path_not_in",
              "description": "path_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "path_lt",
              "description": "path_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_lte",
              "description": "path_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_gt",
              "description": "path_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_gte",
              "description": "path_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_contains",
              "description": "path_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_not_contains",
              "description": "path_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_starts_with",
              "description": "path_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_not_starts_with",
              "description": "path_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_ends_with",
              "description": "path_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "path_not_ends_with",
              "description": "path_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position",
              "description": "position",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_not",
              "description": "position_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_in",
              "description": "position_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "position_not_in",
              "description": "position_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "position_lt",
              "description": "position_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_lte",
              "description": "position_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_gt",
              "description": "position_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_gte",
              "description": "position_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_contains",
              "description": "position_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_not_contains",
              "description": "position_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_starts_with",
              "description": "position_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_not_starts_with",
              "description": "position_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_ends_with",
              "description": "position_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "position_not_ends_with",
              "description": "position_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl",
              "description": "htmlUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not",
              "description": "htmlUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_in",
              "description": "htmlUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_in",
              "description": "htmlUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_lt",
              "description": "htmlUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_lte",
              "description": "htmlUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_gt",
              "description": "htmlUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_gte",
              "description": "htmlUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_contains",
              "description": "htmlUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_contains",
              "description": "htmlUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_starts_with",
              "description": "htmlUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_starts_with",
              "description": "htmlUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_ends_with",
              "description": "htmlUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "htmlUrl_not_ends_with",
              "description": "htmlUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentType",
              "description": "commentType",
              "type": {
                "kind": "ENUM",
                "name": "CommentCommentType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentType_not",
              "description": "commentType_not",
              "type": {
                "kind": "ENUM",
                "name": "CommentCommentType",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commentType_in",
              "description": "commentType_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "commentType_not_in",
              "description": "commentType_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "issue",
              "description": "issue",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_not",
              "description": "issue_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_in",
              "description": "issue_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "issue_not_in",
              "description": "issue_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_IssueFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "review",
              "description": "review",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "review_not",
              "description": "review_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "review_in",
              "description": "review_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "review_not_in",
              "description": "review_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReviewFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest",
              "description": "pullRequest",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not",
              "description": "pullRequest_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_in",
              "description": "pullRequest_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not_in",
              "description": "pullRequest_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by",
              "description": "by",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_not",
              "description": "by_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_in",
              "description": "by_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "by_not_in",
              "description": "by_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_SCMIdFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "CommentCommentType",
          "description": "Enum for CommentCommentType",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "review",
              "description": "Value for review",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequest",
              "description": "Value for pullRequest",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "issue",
              "description": "Value for issue",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_TagFilter",
          "description": "Filter Input Type for Tag",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description",
              "description": "description",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not",
              "description": "description_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_in",
              "description": "description_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description_not_in",
              "description": "description_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description_lt",
              "description": "description_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_lte",
              "description": "description_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_gt",
              "description": "description_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_gte",
              "description": "description_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_contains",
              "description": "description_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_contains",
              "description": "description_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_starts_with",
              "description": "description_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_starts_with",
              "description": "description_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_ends_with",
              "description": "description_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_ends_with",
              "description": "description_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref",
              "description": "ref",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_not",
              "description": "ref_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_in",
              "description": "ref_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "ref_not_in",
              "description": "ref_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "ref_lt",
              "description": "ref_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_lte",
              "description": "ref_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_gt",
              "description": "ref_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_gte",
              "description": "ref_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_contains",
              "description": "ref_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_not_contains",
              "description": "ref_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_starts_with",
              "description": "ref_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_not_starts_with",
              "description": "ref_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_ends_with",
              "description": "ref_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ref_not_ends_with",
              "description": "ref_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release",
              "description": "release",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReleaseFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_not",
              "description": "release_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReleaseFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_in",
              "description": "release_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReleaseFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_not_in",
              "description": "release_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ReleaseFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers",
              "description": "containers",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_not",
              "description": "containers_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_in",
              "description": "containers_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_not_in",
              "description": "containers_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_some",
              "description": "containers_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_none",
              "description": "containers_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_single",
              "description": "containers_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_every",
              "description": "containers_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds",
              "description": "builds",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not",
              "description": "builds_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_in",
              "description": "builds_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not_in",
              "description": "builds_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_some",
              "description": "builds_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_none",
              "description": "builds_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_single",
              "description": "builds_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_every",
              "description": "builds_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ReleaseFilter",
          "description": "Filter Input Type for Release",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReleaseFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReleaseFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag",
              "description": "tag",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag_not",
              "description": "tag_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag_in",
              "description": "tag_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "tag_not_in",
              "description": "tag_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_TagFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_DockerImageFilter",
          "description": "Filter Input Type for DockerImage",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image",
              "description": "image",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not",
              "description": "image_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_in",
              "description": "image_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "image_not_in",
              "description": "image_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "image_lt",
              "description": "image_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_lte",
              "description": "image_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_gt",
              "description": "image_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_gte",
              "description": "image_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_contains",
              "description": "image_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not_contains",
              "description": "image_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_starts_with",
              "description": "image_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not_starts_with",
              "description": "image_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_ends_with",
              "description": "image_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not_ends_with",
              "description": "image_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName",
              "description": "imageName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not",
              "description": "imageName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_in",
              "description": "imageName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_in",
              "description": "imageName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "imageName_lt",
              "description": "imageName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_lte",
              "description": "imageName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_gt",
              "description": "imageName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_gte",
              "description": "imageName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_contains",
              "description": "imageName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_contains",
              "description": "imageName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_starts_with",
              "description": "imageName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_starts_with",
              "description": "imageName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_ends_with",
              "description": "imageName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_ends_with",
              "description": "imageName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods",
              "description": "pods",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_not",
              "description": "pods_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_in",
              "description": "pods_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_not_in",
              "description": "pods_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_some",
              "description": "pods_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_none",
              "description": "pods_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_single",
              "description": "pods_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pods_every",
              "description": "pods_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits",
              "description": "commits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not",
              "description": "commits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_in",
              "description": "commits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not_in",
              "description": "commits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_some",
              "description": "commits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_none",
              "description": "commits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_single",
              "description": "commits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_every",
              "description": "commits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers",
              "description": "containers",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_not",
              "description": "containers_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_in",
              "description": "containers_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_not_in",
              "description": "containers_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_some",
              "description": "containers_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_none",
              "description": "containers_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_single",
              "description": "containers_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_every",
              "description": "containers_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_K8PodFilter",
          "description": "Filter Input Type for K8Pod",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8PodFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8PodFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase",
              "description": "phase",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_not",
              "description": "phase_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_in",
              "description": "phase_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "phase_not_in",
              "description": "phase_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "phase_lt",
              "description": "phase_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_lte",
              "description": "phase_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_gt",
              "description": "phase_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_gte",
              "description": "phase_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_contains",
              "description": "phase_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_not_contains",
              "description": "phase_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_starts_with",
              "description": "phase_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_not_starts_with",
              "description": "phase_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_ends_with",
              "description": "phase_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "phase_not_ends_with",
              "description": "phase_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment",
              "description": "environment",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not",
              "description": "environment_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_in",
              "description": "environment_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_in",
              "description": "environment_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "environment_lt",
              "description": "environment_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_lte",
              "description": "environment_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_gt",
              "description": "environment_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_gte",
              "description": "environment_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_contains",
              "description": "environment_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_contains",
              "description": "environment_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_starts_with",
              "description": "environment_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_starts_with",
              "description": "environment_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_ends_with",
              "description": "environment_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_ends_with",
              "description": "environment_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName",
              "description": "baseName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_not",
              "description": "baseName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_in",
              "description": "baseName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "baseName_not_in",
              "description": "baseName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "baseName_lt",
              "description": "baseName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_lte",
              "description": "baseName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_gt",
              "description": "baseName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_gte",
              "description": "baseName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_contains",
              "description": "baseName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_not_contains",
              "description": "baseName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_starts_with",
              "description": "baseName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_not_starts_with",
              "description": "baseName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_ends_with",
              "description": "baseName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "baseName_not_ends_with",
              "description": "baseName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace",
              "description": "namespace",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_not",
              "description": "namespace_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_in",
              "description": "namespace_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "namespace_not_in",
              "description": "namespace_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "namespace_lt",
              "description": "namespace_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_lte",
              "description": "namespace_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_gt",
              "description": "namespace_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_gte",
              "description": "namespace_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_contains",
              "description": "namespace_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_not_contains",
              "description": "namespace_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_starts_with",
              "description": "namespace_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_not_starts_with",
              "description": "namespace_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_ends_with",
              "description": "namespace_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "namespace_not_ends_with",
              "description": "namespace_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON",
              "description": "statusJSON",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not",
              "description": "statusJSON_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_in",
              "description": "statusJSON_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_in",
              "description": "statusJSON_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_lt",
              "description": "statusJSON_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_lte",
              "description": "statusJSON_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_gt",
              "description": "statusJSON_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_gte",
              "description": "statusJSON_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_contains",
              "description": "statusJSON_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_contains",
              "description": "statusJSON_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_starts_with",
              "description": "statusJSON_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_starts_with",
              "description": "statusJSON_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_ends_with",
              "description": "statusJSON_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_ends_with",
              "description": "statusJSON_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host",
              "description": "host",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not",
              "description": "host_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_in",
              "description": "host_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "host_not_in",
              "description": "host_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "host_lt",
              "description": "host_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_lte",
              "description": "host_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_gt",
              "description": "host_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_gte",
              "description": "host_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_contains",
              "description": "host_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not_contains",
              "description": "host_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_starts_with",
              "description": "host_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not_starts_with",
              "description": "host_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_ends_with",
              "description": "host_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not_ends_with",
              "description": "host_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_lt",
              "description": "state_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_lte",
              "description": "state_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gt",
              "description": "state_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gte",
              "description": "state_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_contains",
              "description": "state_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_contains",
              "description": "state_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_starts_with",
              "description": "state_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_starts_with",
              "description": "state_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_ends_with",
              "description": "state_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_ends_with",
              "description": "state_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON",
              "description": "specsJSON",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_not",
              "description": "specsJSON_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_in",
              "description": "specsJSON_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_not_in",
              "description": "specsJSON_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_lt",
              "description": "specsJSON_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_lte",
              "description": "specsJSON_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_gt",
              "description": "specsJSON_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_gte",
              "description": "specsJSON_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_contains",
              "description": "specsJSON_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_not_contains",
              "description": "specsJSON_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_starts_with",
              "description": "specsJSON_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_not_starts_with",
              "description": "specsJSON_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_ends_with",
              "description": "specsJSON_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "specsJSON_not_ends_with",
              "description": "specsJSON_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON",
              "description": "envJSON",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_not",
              "description": "envJSON_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_in",
              "description": "envJSON_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_not_in",
              "description": "envJSON_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_lt",
              "description": "envJSON_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_lte",
              "description": "envJSON_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_gt",
              "description": "envJSON_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_gte",
              "description": "envJSON_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_contains",
              "description": "envJSON_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_not_contains",
              "description": "envJSON_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_starts_with",
              "description": "envJSON_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_not_starts_with",
              "description": "envJSON_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_ends_with",
              "description": "envJSON_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "envJSON_not_ends_with",
              "description": "envJSON_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON",
              "description": "metadataJSON",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_not",
              "description": "metadataJSON_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_in",
              "description": "metadataJSON_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_not_in",
              "description": "metadataJSON_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_lt",
              "description": "metadataJSON_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_lte",
              "description": "metadataJSON_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_gt",
              "description": "metadataJSON_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_gte",
              "description": "metadataJSON_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_contains",
              "description": "metadataJSON_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_not_contains",
              "description": "metadataJSON_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_starts_with",
              "description": "metadataJSON_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_not_starts_with",
              "description": "metadataJSON_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_ends_with",
              "description": "metadataJSON_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "metadataJSON_not_ends_with",
              "description": "metadataJSON_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containersCrashLoopBackOff",
              "description": "containersCrashLoopBackOff",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containersCrashLoopBackOff_not",
              "description": "containersCrashLoopBackOff_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion",
              "description": "resourceVersion",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_not",
              "description": "resourceVersion_not",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_in",
              "description": "resourceVersion_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_not_in",
              "description": "resourceVersion_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_lt",
              "description": "resourceVersion_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_lte",
              "description": "resourceVersion_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_gt",
              "description": "resourceVersion_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_gte",
              "description": "resourceVersion_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images",
              "description": "images",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_not",
              "description": "images_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_in",
              "description": "images_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_not_in",
              "description": "images_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_some",
              "description": "images_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_none",
              "description": "images_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_single",
              "description": "images_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "images_every",
              "description": "images_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers",
              "description": "containers",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_not",
              "description": "containers_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_in",
              "description": "containers_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_not_in",
              "description": "containers_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_some",
              "description": "containers_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_none",
              "description": "containers_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_single",
              "description": "containers_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containers_every",
              "description": "containers_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8ContainerFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_K8ContainerFilter",
          "description": "Filter Input Type for K8Container",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8ContainerFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8ContainerFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName",
              "description": "imageName",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not",
              "description": "imageName_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_in",
              "description": "imageName_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_in",
              "description": "imageName_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "imageName_lt",
              "description": "imageName_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_lte",
              "description": "imageName_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_gt",
              "description": "imageName_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_gte",
              "description": "imageName_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_contains",
              "description": "imageName_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_contains",
              "description": "imageName_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_starts_with",
              "description": "imageName_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_starts_with",
              "description": "imageName_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_ends_with",
              "description": "imageName_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "imageName_not_ends_with",
              "description": "imageName_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment",
              "description": "environment",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not",
              "description": "environment_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_in",
              "description": "environment_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_in",
              "description": "environment_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "environment_lt",
              "description": "environment_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_lte",
              "description": "environment_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_gt",
              "description": "environment_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_gte",
              "description": "environment_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_contains",
              "description": "environment_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_contains",
              "description": "environment_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_starts_with",
              "description": "environment_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_starts_with",
              "description": "environment_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_ends_with",
              "description": "environment_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "environment_not_ends_with",
              "description": "environment_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON",
              "description": "containerJSON",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_not",
              "description": "containerJSON_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_in",
              "description": "containerJSON_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_not_in",
              "description": "containerJSON_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_lt",
              "description": "containerJSON_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_lte",
              "description": "containerJSON_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_gt",
              "description": "containerJSON_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_gte",
              "description": "containerJSON_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_contains",
              "description": "containerJSON_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_not_contains",
              "description": "containerJSON_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_starts_with",
              "description": "containerJSON_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_not_starts_with",
              "description": "containerJSON_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_ends_with",
              "description": "containerJSON_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerJSON_not_ends_with",
              "description": "containerJSON_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_lt",
              "description": "state_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_lte",
              "description": "state_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gt",
              "description": "state_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gte",
              "description": "state_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_contains",
              "description": "state_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_contains",
              "description": "state_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_starts_with",
              "description": "state_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_starts_with",
              "description": "state_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_ends_with",
              "description": "state_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_ends_with",
              "description": "state_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason",
              "description": "stateReason",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_not",
              "description": "stateReason_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_in",
              "description": "stateReason_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_not_in",
              "description": "stateReason_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_lt",
              "description": "stateReason_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_lte",
              "description": "stateReason_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_gt",
              "description": "stateReason_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_gte",
              "description": "stateReason_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_contains",
              "description": "stateReason_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_not_contains",
              "description": "stateReason_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_starts_with",
              "description": "stateReason_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_not_starts_with",
              "description": "stateReason_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_ends_with",
              "description": "stateReason_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "stateReason_not_ends_with",
              "description": "stateReason_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ready",
              "description": "ready",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "ready_not",
              "description": "ready_not",
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "restartCount",
              "description": "restartCount",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_not",
              "description": "restartCount_not",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_in",
              "description": "restartCount_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_not_in",
              "description": "restartCount_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_lt",
              "description": "restartCount_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_lte",
              "description": "restartCount_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_gt",
              "description": "restartCount_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "restartCount_gte",
              "description": "restartCount_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON",
              "description": "statusJSON",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not",
              "description": "statusJSON_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_in",
              "description": "statusJSON_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_in",
              "description": "statusJSON_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_lt",
              "description": "statusJSON_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_lte",
              "description": "statusJSON_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_gt",
              "description": "statusJSON_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_gte",
              "description": "statusJSON_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_contains",
              "description": "statusJSON_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_contains",
              "description": "statusJSON_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_starts_with",
              "description": "statusJSON_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_starts_with",
              "description": "statusJSON_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_ends_with",
              "description": "statusJSON_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "statusJSON_not_ends_with",
              "description": "statusJSON_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion",
              "description": "resourceVersion",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_not",
              "description": "resourceVersion_not",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_in",
              "description": "resourceVersion_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_not_in",
              "description": "resourceVersion_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_lt",
              "description": "resourceVersion_lt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_lte",
              "description": "resourceVersion_lte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_gt",
              "description": "resourceVersion_gt",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "resourceVersion_gte",
              "description": "resourceVersion_gte",
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID",
              "description": "containerID",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_not",
              "description": "containerID_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_in",
              "description": "containerID_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "containerID_not_in",
              "description": "containerID_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "containerID_lt",
              "description": "containerID_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_lte",
              "description": "containerID_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_gt",
              "description": "containerID_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_gte",
              "description": "containerID_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_contains",
              "description": "containerID_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_not_contains",
              "description": "containerID_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_starts_with",
              "description": "containerID_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_not_starts_with",
              "description": "containerID_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_ends_with",
              "description": "containerID_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "containerID_not_ends_with",
              "description": "containerID_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image",
              "description": "image",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not",
              "description": "image_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_in",
              "description": "image_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not_in",
              "description": "image_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pod",
              "description": "pod",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pod_not",
              "description": "pod_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pod_in",
              "description": "pod_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pod_not_in",
              "description": "pod_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_K8PodFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_WorkflowFilter",
          "description": "Filter Input Type for Workflow",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WorkflowFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WorkflowFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId",
              "description": "workflowId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not",
              "description": "workflowId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_in",
              "description": "workflowId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_in",
              "description": "workflowId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_lt",
              "description": "workflowId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_lte",
              "description": "workflowId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_gt",
              "description": "workflowId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_gte",
              "description": "workflowId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_contains",
              "description": "workflowId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_contains",
              "description": "workflowId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_starts_with",
              "description": "workflowId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_starts_with",
              "description": "workflowId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_ends_with",
              "description": "workflowId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "workflowId_not_ends_with",
              "description": "workflowId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider",
              "description": "provider",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not",
              "description": "provider_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_in",
              "description": "provider_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_in",
              "description": "provider_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "provider_lt",
              "description": "provider_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_lte",
              "description": "provider_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gt",
              "description": "provider_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_gte",
              "description": "provider_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_contains",
              "description": "provider_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_contains",
              "description": "provider_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_starts_with",
              "description": "provider_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_starts_with",
              "description": "provider_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_ends_with",
              "description": "provider_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "provider_not_ends_with",
              "description": "provider_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config",
              "description": "config",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_not",
              "description": "config_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_in",
              "description": "config_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "config_not_in",
              "description": "config_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "config_lt",
              "description": "config_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_lte",
              "description": "config_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_gt",
              "description": "config_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_gte",
              "description": "config_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_contains",
              "description": "config_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_not_contains",
              "description": "config_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_starts_with",
              "description": "config_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_not_starts_with",
              "description": "config_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_ends_with",
              "description": "config_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "config_not_ends_with",
              "description": "config_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds",
              "description": "builds",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not",
              "description": "builds_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_in",
              "description": "builds_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_not_in",
              "description": "builds_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_some",
              "description": "builds_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_none",
              "description": "builds_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_single",
              "description": "builds_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "builds_every",
              "description": "builds_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_BuildFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_StatusFilter",
          "description": "Filter Input Type for Status",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_StatusFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_StatusFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "ENUM",
                "name": "StatusState",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "ENUM",
                "name": "StatusState",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "StatusState",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "StatusState",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description",
              "description": "description",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not",
              "description": "description_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_in",
              "description": "description_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description_not_in",
              "description": "description_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "description_lt",
              "description": "description_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_lte",
              "description": "description_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_gt",
              "description": "description_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_gte",
              "description": "description_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_contains",
              "description": "description_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_contains",
              "description": "description_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_starts_with",
              "description": "description_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_starts_with",
              "description": "description_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_ends_with",
              "description": "description_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "description_not_ends_with",
              "description": "description_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl",
              "description": "targetUrl",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_not",
              "description": "targetUrl_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_in",
              "description": "targetUrl_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_not_in",
              "description": "targetUrl_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_lt",
              "description": "targetUrl_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_lte",
              "description": "targetUrl_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_gt",
              "description": "targetUrl_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_gte",
              "description": "targetUrl_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_contains",
              "description": "targetUrl_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_not_contains",
              "description": "targetUrl_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_starts_with",
              "description": "targetUrl_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_not_starts_with",
              "description": "targetUrl_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_ends_with",
              "description": "targetUrl_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "targetUrl_not_ends_with",
              "description": "targetUrl_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context",
              "description": "context",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_not",
              "description": "context_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_in",
              "description": "context_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "context_not_in",
              "description": "context_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "context_lt",
              "description": "context_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_lte",
              "description": "context_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_gt",
              "description": "context_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_gte",
              "description": "context_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_contains",
              "description": "context_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_not_contains",
              "description": "context_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_starts_with",
              "description": "context_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_not_starts_with",
              "description": "context_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_ends_with",
              "description": "context_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "context_not_ends_with",
              "description": "context_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "StatusState",
          "description": "Enum for StatusState",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "pending",
              "description": "Value for pending",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "success",
              "description": "Value for success",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "error",
              "description": "Value for error",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "failure",
              "description": "Value for failure",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_HerokuAppFilter",
          "description": "Filter Input Type for HerokuApp",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_HerokuAppFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_HerokuAppFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app",
              "description": "app",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_not",
              "description": "app_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_in",
              "description": "app_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "app_not_in",
              "description": "app_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "app_lt",
              "description": "app_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_lte",
              "description": "app_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_gt",
              "description": "app_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_gte",
              "description": "app_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_contains",
              "description": "app_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_not_contains",
              "description": "app_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_starts_with",
              "description": "app_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_not_starts_with",
              "description": "app_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_ends_with",
              "description": "app_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "app_not_ends_with",
              "description": "app_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user",
              "description": "user",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_not",
              "description": "user_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_in",
              "description": "user_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "user_not_in",
              "description": "user_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "user_lt",
              "description": "user_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_lte",
              "description": "user_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_gt",
              "description": "user_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_gte",
              "description": "user_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_contains",
              "description": "user_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_not_contains",
              "description": "user_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_starts_with",
              "description": "user_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_not_starts_with",
              "description": "user_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_ends_with",
              "description": "user_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_not_ends_with",
              "description": "user_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId",
              "description": "appId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_not",
              "description": "appId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_in",
              "description": "appId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "appId_not_in",
              "description": "appId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "appId_lt",
              "description": "appId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_lte",
              "description": "appId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_gt",
              "description": "appId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_gte",
              "description": "appId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_contains",
              "description": "appId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_not_contains",
              "description": "appId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_starts_with",
              "description": "appId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_not_starts_with",
              "description": "appId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_ends_with",
              "description": "appId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "appId_not_ends_with",
              "description": "appId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release",
              "description": "release",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_not",
              "description": "release_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_in",
              "description": "release_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "release_not_in",
              "description": "release_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "release_lt",
              "description": "release_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_lte",
              "description": "release_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_gt",
              "description": "release_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_gte",
              "description": "release_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_contains",
              "description": "release_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_not_contains",
              "description": "release_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_starts_with",
              "description": "release_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_not_starts_with",
              "description": "release_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_ends_with",
              "description": "release_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "release_not_ends_with",
              "description": "release_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits",
              "description": "commits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not",
              "description": "commits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_in",
              "description": "commits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not_in",
              "description": "commits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_some",
              "description": "commits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_none",
              "description": "commits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_single",
              "description": "commits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_every",
              "description": "commits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ApplicationFilter",
          "description": "Filter Input Type for Application",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ApplicationFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ApplicationFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state",
              "description": "state",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not",
              "description": "state_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_in",
              "description": "state_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_not_in",
              "description": "state_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "state_lt",
              "description": "state_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_lte",
              "description": "state_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gt",
              "description": "state_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_gte",
              "description": "state_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_contains",
              "description": "state_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_contains",
              "description": "state_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_starts_with",
              "description": "state_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_starts_with",
              "description": "state_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_ends_with",
              "description": "state_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "state_not_ends_with",
              "description": "state_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host",
              "description": "host",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not",
              "description": "host_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_in",
              "description": "host_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "host_not_in",
              "description": "host_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "host_lt",
              "description": "host_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_lte",
              "description": "host_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_gt",
              "description": "host_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_gte",
              "description": "host_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_contains",
              "description": "host_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not_contains",
              "description": "host_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_starts_with",
              "description": "host_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not_starts_with",
              "description": "host_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_ends_with",
              "description": "host_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "host_not_ends_with",
              "description": "host_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain",
              "description": "domain",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not",
              "description": "domain_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_in",
              "description": "domain_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_in",
              "description": "domain_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "domain_lt",
              "description": "domain_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_lte",
              "description": "domain_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_gt",
              "description": "domain_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_gte",
              "description": "domain_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_contains",
              "description": "domain_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_contains",
              "description": "domain_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_starts_with",
              "description": "domain_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_starts_with",
              "description": "domain_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_ends_with",
              "description": "domain_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "domain_not_ends_with",
              "description": "domain_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": "data",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not",
              "description": "data_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_in",
              "description": "data_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_not_in",
              "description": "data_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_lt",
              "description": "data_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_lte",
              "description": "data_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gt",
              "description": "data_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gte",
              "description": "data_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_contains",
              "description": "data_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_contains",
              "description": "data_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_starts_with",
              "description": "data_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_starts_with",
              "description": "data_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_ends_with",
              "description": "data_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_ends_with",
              "description": "data_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits",
              "description": "commits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not",
              "description": "commits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_in",
              "description": "commits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not_in",
              "description": "commits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_some",
              "description": "commits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_none",
              "description": "commits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_single",
              "description": "commits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_every",
              "description": "commits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_FingerprintFilter",
          "description": "Filter Input Type for Fingerprint",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_FingerprintFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_FingerprintFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha",
              "description": "sha",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not",
              "description": "sha_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_in",
              "description": "sha_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_in",
              "description": "sha_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "sha_lt",
              "description": "sha_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_lte",
              "description": "sha_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_gt",
              "description": "sha_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_gte",
              "description": "sha_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_contains",
              "description": "sha_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_contains",
              "description": "sha_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_starts_with",
              "description": "sha_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_starts_with",
              "description": "sha_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_ends_with",
              "description": "sha_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "sha_not_ends_with",
              "description": "sha_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": "data",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not",
              "description": "data_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_in",
              "description": "data_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_not_in",
              "description": "data_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_lt",
              "description": "data_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_lte",
              "description": "data_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gt",
              "description": "data_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gte",
              "description": "data_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_contains",
              "description": "data_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_contains",
              "description": "data_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_starts_with",
              "description": "data_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_starts_with",
              "description": "data_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_ends_with",
              "description": "data_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_ends_with",
              "description": "data_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ParentImpactFilter",
          "description": "Filter Input Type for ParentImpact",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ParentImpactFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ParentImpactFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": "data",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not",
              "description": "data_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_in",
              "description": "data_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_not_in",
              "description": "data_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_lt",
              "description": "data_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_lte",
              "description": "data_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gt",
              "description": "data_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gte",
              "description": "data_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_contains",
              "description": "data_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_contains",
              "description": "data_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_starts_with",
              "description": "data_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_starts_with",
              "description": "data_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_ends_with",
              "description": "data_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_ends_with",
              "description": "data_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits",
              "description": "commits",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not",
              "description": "commits_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_in",
              "description": "commits_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_not_in",
              "description": "commits_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_some",
              "description": "commits_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_none",
              "description": "commits_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_single",
              "description": "commits_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commits_every",
              "description": "commits_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_LabelOrdering",
          "description": "Ordering Enum for Label",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "default_asc",
              "description": "Ascending sort for default",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "default_desc",
              "description": "Descending sort for default",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "color_asc",
              "description": "Ascending sort for color",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "color_desc",
              "description": "Descending sort for color",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ChatChannel",
          "description": "ChatChannel-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "provider of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "normalizedName",
              "description": "normalizedName of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channelId",
              "description": "channelId of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDefault",
              "description": "isDefault of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "botInvitedSelf",
              "description": "botInvitedSelf of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "archived",
              "description": "archived of  ChatChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdBy",
              "description": "ChatChannel createdBy ChatId",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repos",
              "description": "ChatChannel repos Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "links",
              "description": "ChatChannel links ChannelLink",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChannelLink",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChannelLink",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChannelLinkOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChannelLinkFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChannelLink",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "members",
              "description": "ChatChannel members ChatId",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "team",
              "description": "ChatChannel team ChatTeam",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCount",
                  "description": "messageCount of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomain",
                  "description": "emailDomain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCounts",
                  "description": "messageCounts is list variant of messageCount of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomains",
                  "description": "emailDomains is list variant of emailDomain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatTeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatTeam",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ChatId",
          "description": "ChatId-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "screenName",
              "description": "screenName of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "userId",
              "description": "userId of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "provider of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isAtomistBot",
              "description": "isAtomistBot of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isOwner",
              "description": "isOwner of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isPrimaryOwner",
              "description": "isPrimaryOwner of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isAdmin",
              "description": "isAdmin of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isBot",
              "description": "isBot of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timezoneLabel",
              "description": "timezoneLabel of  ChatId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channels",
              "description": "ChatId channels ChatChannel",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emails",
              "description": "ChatId emails Email",
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Email",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chatTeam",
              "description": "ChatId chatTeam ChatTeam",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCount",
                  "description": "messageCount of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomain",
                  "description": "emailDomain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCounts",
                  "description": "messageCounts is list variant of messageCount of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomains",
                  "description": "emailDomains is list variant of emailDomain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatTeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatTeam",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channelsCreated",
              "description": "ChatId channelsCreated ChatChannel",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "person",
              "description": "ChatId person Person",
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Person",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "preferences",
              "description": "Return a user's preferences",
              "args": [],
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "UserPreference"
                }
              }
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ChatChannelOrdering",
          "description": "Ordering Enum for ChatChannel",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_asc",
              "description": "Ascending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_desc",
              "description": "Descending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "normalizedName_asc",
              "description": "Ascending sort for normalizedName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "normalizedName_desc",
              "description": "Descending sort for normalizedName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channelId_asc",
              "description": "Ascending sort for channelId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channelId_desc",
              "description": "Descending sort for channelId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDefault_asc",
              "description": "Ascending sort for isDefault",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDefault_desc",
              "description": "Descending sort for isDefault",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "botInvitedSelf_asc",
              "description": "Ascending sort for botInvitedSelf",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "botInvitedSelf_desc",
              "description": "Descending sort for botInvitedSelf",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "archived_asc",
              "description": "Ascending sort for archived",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "archived_desc",
              "description": "Descending sort for archived",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Email",
          "description": "Email-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address",
              "description": "address of  Email",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmId",
              "description": "Email scmId SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId",
              "description": "Email gitHubId GitHubId",
              "args": [
                {
                  "name": "login",
                  "description": "login of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "GitHubId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chatId",
              "description": "Email chatId ChatId",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "person",
              "description": "Email person Person",
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Person",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "SCMId",
          "description": "SCMId-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "login",
              "description": "login of  SCMId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  SCMId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "avatar",
              "description": "avatar of  SCMId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "SCMId provider GitHubProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmProvider",
              "description": "SCMId scmProvider SCMProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMProvider",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emails",
              "description": "SCMId emails Email",
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Email",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "person",
              "description": "SCMId person Person",
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Person",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "GitHubProvider",
          "description": "GitHubProvider-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerId",
              "description": "providerId of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apiUrl",
              "description": "apiUrl of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitUrl",
              "description": "gitUrl of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerType",
              "description": "providerType of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "ProviderType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "private",
              "description": "private of  GitHubProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "team",
              "description": "GitHubProvider team Team",
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Team",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Team",
          "description": "Team-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": "description of  Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "iconUrl",
              "description": "iconUrl of  Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt",
              "description": "createdAt of  Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "persons",
              "description": "Team persons Person",
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Person",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "orgs",
              "description": "Team orgs Org",
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Org",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providers",
              "description": "Team providers GitHubProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmProviders",
              "description": "Team scmProviders SCMProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chatTeams",
              "description": "Team chatTeams ChatTeam",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCount",
                  "description": "messageCount of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomain",
                  "description": "emailDomain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCounts",
                  "description": "messageCounts is list variant of messageCount of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomains",
                  "description": "emailDomains is list variant of emailDomain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatTeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatTeam",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Person",
          "description": "Person-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Person",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "forename",
              "description": "forename of  Person",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "surname",
              "description": "surname of  Person",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Person",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmId",
              "description": "Person scmId SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId",
              "description": "Person gitHubId GitHubId",
              "args": [
                {
                  "name": "login",
                  "description": "login of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "GitHubId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chatId",
              "description": "Person chatId ChatId",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emails",
              "description": "Person emails Email",
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Email",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "team",
              "description": "Person team Team",
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Team",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "preferences",
              "description": "Return a person's preferences",
              "args": [],
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PersonPreference"
                }
              }
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_SCMIdOrdering",
          "description": "Ordering Enum for SCMId",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "login_asc",
              "description": "Ascending sort for login",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "login_desc",
              "description": "Descending sort for login",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "avatar_asc",
              "description": "Ascending sort for avatar",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "avatar_desc",
              "description": "Descending sort for avatar",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "GitHubId",
          "description": "GitHubId-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "login",
              "description": "login of  GitHubId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  GitHubId",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "GitHubId provider GitHubProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmProvider",
              "description": "GitHubId scmProvider SCMProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMProvider",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emails",
              "description": "GitHubId emails Email",
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Email",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "person",
              "description": "GitHubId person Person",
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Person",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_GitHubProviderOrdering",
          "description": "Ordering Enum for GitHubProvider",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerId_asc",
              "description": "Ascending sort for providerId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerId_desc",
              "description": "Descending sort for providerId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apiUrl_asc",
              "description": "Ascending sort for apiUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apiUrl_desc",
              "description": "Descending sort for apiUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitUrl_asc",
              "description": "Ascending sort for gitUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitUrl_desc",
              "description": "Descending sort for gitUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerType_asc",
              "description": "Ascending sort for providerType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerType_desc",
              "description": "Descending sort for providerType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "private_asc",
              "description": "Ascending sort for private",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "private_desc",
              "description": "Descending sort for private",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "SCMProvider",
          "description": "SCMProvider-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  SCMProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  SCMProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerId",
              "description": "providerId of  SCMProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apiUrl",
              "description": "apiUrl of  SCMProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitUrl",
              "description": "gitUrl of  SCMProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerType",
              "description": "providerType of  SCMProvider",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "ProviderType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "private",
              "description": "private of  SCMProvider",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "team",
              "description": "SCMProvider team Team",
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Team",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_TeamOrdering",
          "description": "Ordering Enum for Team",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description_asc",
              "description": "Ascending sort for description",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description_desc",
              "description": "Descending sort for description",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "iconUrl_asc",
              "description": "Ascending sort for iconUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "iconUrl_desc",
              "description": "Descending sort for iconUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_asc",
              "description": "Ascending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_desc",
              "description": "Descending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_SCMProviderOrdering",
          "description": "Ordering Enum for SCMProvider",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerId_asc",
              "description": "Ascending sort for providerId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerId_desc",
              "description": "Descending sort for providerId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apiUrl_asc",
              "description": "Ascending sort for apiUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apiUrl_desc",
              "description": "Descending sort for apiUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitUrl_asc",
              "description": "Ascending sort for gitUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitUrl_desc",
              "description": "Descending sort for gitUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerType_asc",
              "description": "Ascending sort for providerType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providerType_desc",
              "description": "Descending sort for providerType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "private_asc",
              "description": "Ascending sort for private",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "private_desc",
              "description": "Descending sort for private",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_EmailOrdering",
          "description": "Ordering Enum for Email",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_asc",
              "description": "Ascending sort for address",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "address_desc",
              "description": "Descending sort for address",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_PersonOrdering",
          "description": "Ordering Enum for Person",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "forename_asc",
              "description": "Ascending sort for forename",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "forename_desc",
              "description": "Descending sort for forename",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "surname_asc",
              "description": "Ascending sort for surname",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "surname_desc",
              "description": "Descending sort for surname",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_GitHubIdOrdering",
          "description": "Ordering Enum for GitHubId",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "login_asc",
              "description": "Ascending sort for login",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "login_desc",
              "description": "Descending sort for login",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ChatIdOrdering",
          "description": "Ordering Enum for ChatId",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "screenName_asc",
              "description": "Ascending sort for screenName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "screenName_desc",
              "description": "Descending sort for screenName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "userId_asc",
              "description": "Ascending sort for userId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "userId_desc",
              "description": "Descending sort for userId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_asc",
              "description": "Ascending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_desc",
              "description": "Descending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isAtomistBot_asc",
              "description": "Ascending sort for isAtomistBot",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isAtomistBot_desc",
              "description": "Descending sort for isAtomistBot",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isOwner_asc",
              "description": "Ascending sort for isOwner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isOwner_desc",
              "description": "Descending sort for isOwner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isPrimaryOwner_asc",
              "description": "Ascending sort for isPrimaryOwner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isPrimaryOwner_desc",
              "description": "Descending sort for isPrimaryOwner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isAdmin_asc",
              "description": "Ascending sort for isAdmin",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isAdmin_desc",
              "description": "Descending sort for isAdmin",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isBot_asc",
              "description": "Ascending sort for isBot",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isBot_desc",
              "description": "Descending sort for isBot",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timezoneLabel_asc",
              "description": "Ascending sort for timezoneLabel",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timezoneLabel_desc",
              "description": "Descending sort for timezoneLabel",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Org",
          "description": "Org-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Org",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner",
              "description": "owner of  Org",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ownerType",
              "description": "ownerType of  Org",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "OwnerType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "Org provider GitHubProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "GitHubProvider",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmProvider",
              "description": "Org scmProvider SCMProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMProvider",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Org repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repos",
              "description": "Org repos Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhook",
              "description": "Org webhook GitHubOrgWebhook",
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubOrgWebhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubOrgWebhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of GitHubOrgWebhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubOrgWebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubOrgWebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubOrgWebhook",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhooks",
              "description": "Org webhooks Webhook",
              "args": [
                {
                  "name": "id",
                  "description": "id of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of Webhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "chatTeam",
              "description": "Org chatTeam ChatTeam",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCount",
                  "description": "messageCount of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomain",
                  "description": "emailDomain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCounts",
                  "description": "messageCounts is list variant of messageCount of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomains",
                  "description": "emailDomains is list variant of emailDomain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatTeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatTeam",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "team",
              "description": "Org team Team",
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Team",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "GitHubOrgWebhook",
          "description": "GitHubOrgWebhook-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  GitHubOrgWebhook",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  GitHubOrgWebhook",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhookType",
              "description": "webhookType of  GitHubOrgWebhook",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "org",
              "description": "GitHubOrgWebhook org Org",
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Org",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_OrgOrdering",
          "description": "Ordering Enum for Org",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner_asc",
              "description": "Ascending sort for owner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "owner_desc",
              "description": "Descending sort for owner",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ownerType_asc",
              "description": "Ascending sort for ownerType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ownerType_desc",
              "description": "Descending sort for ownerType",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_GitHubOrgWebhookOrdering",
          "description": "Ordering Enum for GitHubOrgWebhook",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhookType_asc",
              "description": "Ascending sort for webhookType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhookType_desc",
              "description": "Descending sort for webhookType",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Webhook",
          "description": "Webhook-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Webhook",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  Webhook",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhookType",
              "description": "webhookType of  Webhook",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "org",
              "description": "Webhook org Org",
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Org",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Webhook repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_WebhookOrdering",
          "description": "Ordering Enum for Webhook",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhookType_asc",
              "description": "Ascending sort for webhookType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "webhookType_desc",
              "description": "Descending sort for webhookType",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ChatTeam",
          "description": "ChatTeam-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  ChatTeam",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  ChatTeam",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "provider of  ChatTeam",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain",
              "description": "domain of  ChatTeam",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "messageCount",
              "description": "messageCount of  ChatTeam",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emailDomain",
              "description": "emailDomain of  ChatTeam",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "orgs",
              "description": "ChatTeam orgs Org",
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Org",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "providers",
              "description": "ChatTeam providers GitHubProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "scmProviders",
              "description": "ChatTeam scmProviders SCMProvider",
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channels",
              "description": "ChatTeam channels ChatChannel",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "members",
              "description": "ChatTeam members ChatId",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "team",
              "description": "ChatTeam team Team",
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Team",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "preferences",
              "description": "Return a chat team's preferences",
              "args": [],
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "TeamPreference"
                }
              }
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ChatTeamOrdering",
          "description": "Ordering Enum for ChatTeam",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_asc",
              "description": "Ascending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_desc",
              "description": "Descending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_asc",
              "description": "Ascending sort for domain",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_desc",
              "description": "Descending sort for domain",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "messageCount_asc",
              "description": "Ascending sort for messageCount",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "messageCount_desc",
              "description": "Descending sort for messageCount",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emailDomain_asc",
              "description": "Ascending sort for emailDomain",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "emailDomain_desc",
              "description": "Descending sort for emailDomain",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ChannelLink",
          "description": "ChannelLink-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  ChannelLink",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channel",
              "description": "ChannelLink channel ChatChannel",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatChannel",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "ChannelLink repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ChannelLinkOrdering",
          "description": "Ordering Enum for ChannelLink",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_IssueOrdering",
          "description": "Ordering Enum for Issue",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number_asc",
              "description": "Ascending sort for number",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number_desc",
              "description": "Descending sort for number",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "title_asc",
              "description": "Ascending sort for title",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "title_desc",
              "description": "Descending sort for title",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_asc",
              "description": "Ascending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_desc",
              "description": "Descending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "action_asc",
              "description": "Ascending sort for action",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "action_desc",
              "description": "Descending sort for action",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_asc",
              "description": "Ascending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_desc",
              "description": "Descending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt_asc",
              "description": "Ascending sort for updatedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt_desc",
              "description": "Descending sort for updatedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedAt_asc",
              "description": "Ascending sort for closedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedAt_desc",
              "description": "Descending sort for closedAt",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "PullRequest",
          "description": "PullRequest-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number",
              "description": "number of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "prId",
              "description": "prId of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body",
              "description": "body of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "action",
              "description": "action of  PullRequest",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "PullRequestAction",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "merged",
              "description": "merged of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "baseBranchName",
              "description": "baseBranchName of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branchName",
              "description": "branchName of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "title",
              "description": "title of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt",
              "description": "createdAt of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt",
              "description": "updatedAt of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedAt",
              "description": "closedAt of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergedAt",
              "description": "mergedAt of  PullRequest",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergeStatus",
              "description": "mergeStatus of  PullRequest",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "MergeStatus",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "PullRequest repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "head",
              "description": "PullRequest head Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "base",
              "description": "PullRequest base Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergeCommit",
              "description": "PullRequest mergeCommit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "author",
              "description": "PullRequest author SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "merger",
              "description": "PullRequest merger SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "assignees",
              "description": "PullRequest assignees SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commits",
              "description": "PullRequest commits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branch",
              "description": "PullRequest branch Branch",
              "args": [
                {
                  "name": "id",
                  "description": "id of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemote",
                  "description": "isRemote of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrl",
                  "description": "remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemotes",
                  "description": "isRemotes is list variant of isRemote of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrls",
                  "description": "remoteRepoHtmlUrls is list variant of remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Branch",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sourceBranch",
              "description": "PullRequest sourceBranch Branch",
              "args": [
                {
                  "name": "id",
                  "description": "id of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemote",
                  "description": "isRemote of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrl",
                  "description": "remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemotes",
                  "description": "isRemotes is list variant of isRemote of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrls",
                  "description": "remoteRepoHtmlUrls is list variant of remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Branch",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "destinationBranch",
              "description": "PullRequest destinationBranch Branch",
              "args": [
                {
                  "name": "id",
                  "description": "id of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemote",
                  "description": "isRemote of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrl",
                  "description": "remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemotes",
                  "description": "isRemotes is list variant of isRemote of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrls",
                  "description": "remoteRepoHtmlUrls is list variant of remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Branch",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "labels",
              "description": "PullRequest labels Label",
              "args": [
                {
                  "name": "id",
                  "description": "id of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "default",
                  "description": "default of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "color",
                  "description": "color of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaults",
                  "description": "defaults is list variant of default of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "colors",
                  "description": "colors is list variant of color of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_LabelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Label",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reviews",
              "description": "PullRequest reviews Review",
              "args": [
                {
                  "name": "id",
                  "description": "id of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewId",
                  "description": "reviewId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Review",
                  "type": {
                    "kind": "ENUM",
                    "name": "ReviewState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAt",
                  "description": "submittedAt of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewIds",
                  "description": "reviewIds is list variant of reviewId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ReviewState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAts",
                  "description": "submittedAts is list variant of submittedAt of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReviewOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReviewFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Review",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reviewers",
              "description": "PullRequest reviewers SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "lastAssignedBy",
              "description": "PullRequest lastAssignedBy SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "comments",
              "description": "PullRequest comments Comment",
              "args": [
                {
                  "name": "id",
                  "description": "id of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentId",
                  "description": "commentId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "path",
                  "description": "path of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "position",
                  "description": "position of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentType",
                  "description": "commentType of Comment",
                  "type": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentIds",
                  "description": "commentIds is list variant of commentId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "paths",
                  "description": "paths is list variant of path of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "positions",
                  "description": "positions is list variant of position of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentTypes",
                  "description": "commentTypes is list variant of commentType of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommentCommentType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommentOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Comment",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "builds",
              "description": "PullRequest builds Build",
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Commit",
          "description": "Commit-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sha",
              "description": "sha of  Commit",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "message",
              "description": "message of  Commit",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Commit",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "email",
              "description": "Commit email Email",
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Email",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "builds",
              "description": "Commit builds Build",
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Commit repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "author",
              "description": "Commit author SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "committer",
              "description": "Commit committer SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "tags",
              "description": "Commit tags Tag",
              "args": [
                {
                  "name": "id",
                  "description": "id of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ref",
                  "description": "ref of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "refs",
                  "description": "refs is list variant of ref of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TagOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Tag",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resolves",
              "description": "Commit resolves Issue",
              "args": [
                {
                  "name": "id",
                  "description": "id of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Issue",
                  "type": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "IssueState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_IssueOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Issue",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statuses",
              "description": "Commit statuses Status",
              "args": [
                {
                  "name": "id",
                  "description": "id of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Status",
                  "type": {
                    "kind": "ENUM",
                    "name": "StatusState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "targetUrl",
                  "description": "targetUrl of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "context",
                  "description": "context of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "StatusState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "targetUrls",
                  "description": "targetUrls is list variant of targetUrl of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "contexts",
                  "description": "contexts is list variant of context of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_StatusOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_StatusFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Status",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pushes",
              "description": "Commit pushes Push",
              "args": [
                {
                  "name": "id",
                  "description": "id of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branch",
                  "description": "branch of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchs",
                  "description": "branchs is list variant of branch of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Push",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequests",
              "description": "Commit pullRequests PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "herokuApps",
              "description": "Commit herokuApps HerokuApp",
              "args": [
                {
                  "name": "app",
                  "description": "app of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "user",
                  "description": "user of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "appId",
                  "description": "appId of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "release",
                  "description": "release of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apps",
                  "description": "apps is list variant of app of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "users",
                  "description": "users is list variant of user of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "appIds",
                  "description": "appIds is list variant of appId of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "releases",
                  "description": "releases is list variant of release of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_HerokuAppOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_HerokuAppFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "HerokuApp",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "apps",
              "description": "Commit apps Application",
              "args": [
                {
                  "name": "id",
                  "description": "id of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ApplicationOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ApplicationFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Application",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fingerprints",
              "description": "Commit fingerprints Fingerprint",
              "args": [
                {
                  "name": "name",
                  "description": "name of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "sha",
                  "description": "sha of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_FingerprintOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_FingerprintFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Fingerprint",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "impact",
              "description": "Commit impact ParentImpact",
              "args": [
                {
                  "name": "id",
                  "description": "id of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ParentImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ParentImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ParentImpact",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "image",
              "description": "Commit image DockerImage",
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "DockerImage",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "images",
              "description": "Commit images DockerImage",
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DockerImage",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sentryAlerts",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SentryAlert"
                }
              }
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Build",
          "description": "Build-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "buildId",
              "description": "buildId of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number",
              "description": "number of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "status",
              "description": "status of  Build",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "BuildStatus",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "buildUrl",
              "description": "buildUrl of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "compareUrl",
              "description": "compareUrl of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "trigger",
              "description": "trigger of  Build",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "BuildTrigger",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "provider of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequestNumber",
              "description": "pullRequestNumber of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "startedAt",
              "description": "startedAt of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "finishedAt",
              "description": "finishedAt of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflowId",
              "description": "workflowId of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "jobName",
              "description": "jobName of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "jobId",
              "description": "jobId of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "data of  Build",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Build repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "push",
              "description": "Build push Push",
              "args": [
                {
                  "name": "id",
                  "description": "id of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branch",
                  "description": "branch of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchs",
                  "description": "branchs is list variant of branch of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Push",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequest",
              "description": "Build pullRequest PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "PullRequest",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "tag",
              "description": "Build tag Tag",
              "args": [
                {
                  "name": "id",
                  "description": "id of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ref",
                  "description": "ref of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "refs",
                  "description": "refs is list variant of ref of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TagOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Tag",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "Build commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflow",
              "description": "Build workflow Workflow",
              "args": [
                {
                  "name": "id",
                  "description": "id of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "config",
                  "description": "config of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "configs",
                  "description": "configs is list variant of config of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WorkflowOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WorkflowFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Workflow",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Push",
          "description": "Push-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Push",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Push",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branch",
              "description": "branch of  Push",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "after",
              "description": "Push after Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "before",
              "description": "Push before Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commits",
              "description": "Push commits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Push repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "builds",
              "description": "Push builds Build",
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "goals",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoal"
                }
              }
            },
            {
              "name": "goalSets",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoalSet"
                }
              }
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_CommitOrdering",
          "description": "Ordering Enum for Commit",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sha_asc",
              "description": "Ascending sort for sha",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sha_desc",
              "description": "Descending sort for sha",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "message_asc",
              "description": "Ascending sort for message",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "message_desc",
              "description": "Descending sort for message",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_BuildOrdering",
          "description": "Ordering Enum for Build",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "buildId_asc",
              "description": "Ascending sort for buildId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "buildId_desc",
              "description": "Descending sort for buildId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number_asc",
              "description": "Ascending sort for number",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number_desc",
              "description": "Descending sort for number",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "status_asc",
              "description": "Ascending sort for status",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "status_desc",
              "description": "Descending sort for status",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "buildUrl_asc",
              "description": "Ascending sort for buildUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "buildUrl_desc",
              "description": "Descending sort for buildUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "compareUrl_asc",
              "description": "Ascending sort for compareUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "compareUrl_desc",
              "description": "Descending sort for compareUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "trigger_asc",
              "description": "Ascending sort for trigger",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "trigger_desc",
              "description": "Descending sort for trigger",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_asc",
              "description": "Ascending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_desc",
              "description": "Descending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequestNumber_asc",
              "description": "Ascending sort for pullRequestNumber",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequestNumber_desc",
              "description": "Descending sort for pullRequestNumber",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "startedAt_asc",
              "description": "Ascending sort for startedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "startedAt_desc",
              "description": "Descending sort for startedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "finishedAt_asc",
              "description": "Ascending sort for finishedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "finishedAt_desc",
              "description": "Descending sort for finishedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflowId_asc",
              "description": "Ascending sort for workflowId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflowId_desc",
              "description": "Descending sort for workflowId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "jobName_asc",
              "description": "Ascending sort for jobName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "jobName_desc",
              "description": "Descending sort for jobName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "jobId_asc",
              "description": "Ascending sort for jobId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "jobId_desc",
              "description": "Descending sort for jobId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_asc",
              "description": "Ascending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_desc",
              "description": "Descending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_PushOrdering",
          "description": "Ordering Enum for Push",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branch_asc",
              "description": "Ascending sort for branch",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branch_desc",
              "description": "Descending sort for branch",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_PullRequestOrdering",
          "description": "Ordering Enum for PullRequest",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number_asc",
              "description": "Ascending sort for number",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "number_desc",
              "description": "Descending sort for number",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "prId_asc",
              "description": "Ascending sort for prId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "prId_desc",
              "description": "Descending sort for prId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_asc",
              "description": "Ascending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_desc",
              "description": "Descending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "action_asc",
              "description": "Ascending sort for action",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "action_desc",
              "description": "Descending sort for action",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "merged_asc",
              "description": "Ascending sort for merged",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "merged_desc",
              "description": "Descending sort for merged",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "baseBranchName_asc",
              "description": "Ascending sort for baseBranchName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "baseBranchName_desc",
              "description": "Descending sort for baseBranchName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branchName_asc",
              "description": "Ascending sort for branchName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "branchName_desc",
              "description": "Descending sort for branchName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "title_asc",
              "description": "Ascending sort for title",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "title_desc",
              "description": "Descending sort for title",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_asc",
              "description": "Ascending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_desc",
              "description": "Descending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt_asc",
              "description": "Ascending sort for updatedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt_desc",
              "description": "Descending sort for updatedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedAt_asc",
              "description": "Ascending sort for closedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "closedAt_desc",
              "description": "Descending sort for closedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergedAt_asc",
              "description": "Ascending sort for mergedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergedAt_desc",
              "description": "Descending sort for mergedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergeStatus_asc",
              "description": "Ascending sort for mergeStatus",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mergeStatus_desc",
              "description": "Descending sort for mergeStatus",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Tag",
          "description": "Tag-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Tag",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Tag",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": "description of  Tag",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ref",
              "description": "ref of  Tag",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Tag",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "release",
              "description": "Tag release Release",
              "args": [
                {
                  "name": "id",
                  "description": "id of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReleaseOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReleaseFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Release",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "Tag commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containers",
              "description": "Tag containers DockerImage",
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DockerImage",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "builds",
              "description": "Tag builds Build",
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Release",
          "description": "Release-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Release",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Release",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Release",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "tag",
              "description": "Release tag Tag",
              "args": [
                {
                  "name": "id",
                  "description": "id of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ref",
                  "description": "ref of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "refs",
                  "description": "refs is list variant of ref of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TagOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Tag",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_TagOrdering",
          "description": "Ordering Enum for Tag",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description_asc",
              "description": "Ascending sort for description",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description_desc",
              "description": "Descending sort for description",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ref_asc",
              "description": "Ascending sort for ref",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ref_desc",
              "description": "Descending sort for ref",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ReleaseOrdering",
          "description": "Ordering Enum for Release",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "DockerImage",
          "description": "DockerImage-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "image",
              "description": "image of  DockerImage",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "imageName",
              "description": "imageName of  DockerImage",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  DockerImage",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pods",
              "description": "DockerImage pods K8Pod",
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "phase",
                  "description": "phase of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseName",
                  "description": "baseName of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespace",
                  "description": "namespace of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSON",
                  "description": "specsJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSON",
                  "description": "envJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSON",
                  "description": "metadataJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOff",
                  "description": "containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "phases",
                  "description": "phases is list variant of phase of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseNames",
                  "description": "baseNames is list variant of baseName of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespaces",
                  "description": "namespaces is list variant of namespace of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSONs",
                  "description": "specsJSONs is list variant of specsJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSONs",
                  "description": "envJSONs is list variant of envJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSONs",
                  "description": "metadataJSONs is list variant of metadataJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOffs",
                  "description": "containersCrashLoopBackOffs is list variant of containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8PodOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8PodFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Pod",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commits",
              "description": "DockerImage commits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containers",
              "description": "DockerImage containers K8Container",
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSON",
                  "description": "containerJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReason",
                  "description": "stateReason of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ready",
                  "description": "ready of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCount",
                  "description": "restartCount of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerID",
                  "description": "containerID of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSONs",
                  "description": "containerJSONs is list variant of containerJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReasons",
                  "description": "stateReasons is list variant of stateReason of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "readys",
                  "description": "readys is list variant of ready of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCounts",
                  "description": "restartCounts is list variant of restartCount of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerIDs",
                  "description": "containerIDs is list variant of containerID of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8ContainerOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8ContainerFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Container",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "K8Pod",
          "description": "K8Pod-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "phase",
              "description": "phase of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "environment",
              "description": "environment of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "baseName",
              "description": "baseName of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "namespace",
              "description": "namespace of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statusJSON",
              "description": "statusJSON of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "host",
              "description": "host of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "specsJSON",
              "description": "specsJSON of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "envJSON",
              "description": "envJSON of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadataJSON",
              "description": "metadataJSON of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containersCrashLoopBackOff",
              "description": "containersCrashLoopBackOff of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resourceVersion",
              "description": "resourceVersion of  K8Pod",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "images",
              "description": "K8Pod images DockerImage",
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DockerImage",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containers",
              "description": "K8Pod containers K8Container",
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSON",
                  "description": "containerJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReason",
                  "description": "stateReason of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ready",
                  "description": "ready of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCount",
                  "description": "restartCount of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerID",
                  "description": "containerID of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSONs",
                  "description": "containerJSONs is list variant of containerJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReasons",
                  "description": "stateReasons is list variant of stateReason of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "readys",
                  "description": "readys is list variant of ready of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCounts",
                  "description": "restartCounts is list variant of restartCount of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerIDs",
                  "description": "containerIDs is list variant of containerID of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8ContainerOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8ContainerFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Container",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_DockerImageOrdering",
          "description": "Ordering Enum for DockerImage",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "image_asc",
              "description": "Ascending sort for image",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "image_desc",
              "description": "Descending sort for image",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "imageName_asc",
              "description": "Ascending sort for imageName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "imageName_desc",
              "description": "Descending sort for imageName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "K8Container",
          "description": "K8Container-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "imageName",
              "description": "imageName of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "environment",
              "description": "environment of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containerJSON",
              "description": "containerJSON of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stateReason",
              "description": "stateReason of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ready",
              "description": "ready of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "restartCount",
              "description": "restartCount of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statusJSON",
              "description": "statusJSON of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resourceVersion",
              "description": "resourceVersion of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containerID",
              "description": "containerID of  K8Container",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "image",
              "description": "K8Container image DockerImage",
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "DockerImage",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pod",
              "description": "K8Container pod K8Pod",
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "phase",
                  "description": "phase of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseName",
                  "description": "baseName of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespace",
                  "description": "namespace of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSON",
                  "description": "specsJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSON",
                  "description": "envJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSON",
                  "description": "metadataJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOff",
                  "description": "containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "phases",
                  "description": "phases is list variant of phase of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseNames",
                  "description": "baseNames is list variant of baseName of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespaces",
                  "description": "namespaces is list variant of namespace of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSONs",
                  "description": "specsJSONs is list variant of specsJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSONs",
                  "description": "envJSONs is list variant of envJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSONs",
                  "description": "metadataJSONs is list variant of metadataJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOffs",
                  "description": "containersCrashLoopBackOffs is list variant of containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8PodOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8PodFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "K8Pod",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_K8PodOrdering",
          "description": "Ordering Enum for K8Pod",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "phase_asc",
              "description": "Ascending sort for phase",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "phase_desc",
              "description": "Descending sort for phase",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "environment_asc",
              "description": "Ascending sort for environment",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "environment_desc",
              "description": "Descending sort for environment",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "baseName_asc",
              "description": "Ascending sort for baseName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "baseName_desc",
              "description": "Descending sort for baseName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "namespace_asc",
              "description": "Ascending sort for namespace",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "namespace_desc",
              "description": "Descending sort for namespace",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statusJSON_asc",
              "description": "Ascending sort for statusJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statusJSON_desc",
              "description": "Descending sort for statusJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "host_asc",
              "description": "Ascending sort for host",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "host_desc",
              "description": "Descending sort for host",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "specsJSON_asc",
              "description": "Ascending sort for specsJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "specsJSON_desc",
              "description": "Descending sort for specsJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "envJSON_asc",
              "description": "Ascending sort for envJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "envJSON_desc",
              "description": "Descending sort for envJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadataJSON_asc",
              "description": "Ascending sort for metadataJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "metadataJSON_desc",
              "description": "Descending sort for metadataJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containersCrashLoopBackOff_asc",
              "description": "Ascending sort for containersCrashLoopBackOff",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containersCrashLoopBackOff_desc",
              "description": "Descending sort for containersCrashLoopBackOff",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resourceVersion_asc",
              "description": "Ascending sort for resourceVersion",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resourceVersion_desc",
              "description": "Descending sort for resourceVersion",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_K8ContainerOrdering",
          "description": "Ordering Enum for K8Container",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "imageName_asc",
              "description": "Ascending sort for imageName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "imageName_desc",
              "description": "Descending sort for imageName",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "environment_asc",
              "description": "Ascending sort for environment",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "environment_desc",
              "description": "Descending sort for environment",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containerJSON_asc",
              "description": "Ascending sort for containerJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containerJSON_desc",
              "description": "Descending sort for containerJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stateReason_asc",
              "description": "Ascending sort for stateReason",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stateReason_desc",
              "description": "Descending sort for stateReason",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ready_asc",
              "description": "Ascending sort for ready",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ready_desc",
              "description": "Descending sort for ready",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "restartCount_asc",
              "description": "Ascending sort for restartCount",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "restartCount_desc",
              "description": "Descending sort for restartCount",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statusJSON_asc",
              "description": "Ascending sort for statusJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "statusJSON_desc",
              "description": "Descending sort for statusJSON",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resourceVersion_asc",
              "description": "Ascending sort for resourceVersion",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "resourceVersion_desc",
              "description": "Descending sort for resourceVersion",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containerID_asc",
              "description": "Ascending sort for containerID",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "containerID_desc",
              "description": "Descending sort for containerID",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Workflow",
          "description": "Workflow-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Workflow",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Workflow",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflowId",
              "description": "workflowId of  Workflow",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider",
              "description": "provider of  Workflow",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "config",
              "description": "config of  Workflow",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "builds",
              "description": "Workflow builds Build",
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_WorkflowOrdering",
          "description": "Ordering Enum for Workflow",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflowId_asc",
              "description": "Ascending sort for workflowId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "workflowId_desc",
              "description": "Descending sort for workflowId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_asc",
              "description": "Ascending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "provider_desc",
              "description": "Descending sort for provider",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "config_asc",
              "description": "Ascending sort for config",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "config_desc",
              "description": "Descending sort for config",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Status",
          "description": "Status-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Status",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  Status",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "StatusState",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": "description of  Status",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "targetUrl",
              "description": "targetUrl of  Status",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "context",
              "description": "context of  Status",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Status",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "Status commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_StatusOrdering",
          "description": "Ordering Enum for Status",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description_asc",
              "description": "Ascending sort for description",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description_desc",
              "description": "Descending sort for description",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "targetUrl_asc",
              "description": "Ascending sort for targetUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "targetUrl_desc",
              "description": "Descending sort for targetUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "context_asc",
              "description": "Ascending sort for context",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "context_desc",
              "description": "Descending sort for context",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "HerokuApp",
          "description": "HerokuApp-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "app",
              "description": "app of  HerokuApp",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  HerokuApp",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  HerokuApp",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "user",
              "description": "user of  HerokuApp",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "appId",
              "description": "appId of  HerokuApp",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "release",
              "description": "release of  HerokuApp",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commits",
              "description": "HerokuApp commits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_HerokuAppOrdering",
          "description": "Ordering Enum for HerokuApp",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "app_asc",
              "description": "Ascending sort for app",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "app_desc",
              "description": "Descending sort for app",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "user_asc",
              "description": "Ascending sort for user",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "user_desc",
              "description": "Descending sort for user",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "appId_asc",
              "description": "Ascending sort for appId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "appId_desc",
              "description": "Descending sort for appId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "release_asc",
              "description": "Ascending sort for release",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "release_desc",
              "description": "Descending sort for release",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Application",
          "description": "Application-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Application",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  Application",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "host",
              "description": "host of  Application",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Application",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain",
              "description": "domain of  Application",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "data of  Application",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commits",
              "description": "Application commits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ApplicationOrdering",
          "description": "Ordering Enum for Application",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "host_asc",
              "description": "Ascending sort for host",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "host_desc",
              "description": "Descending sort for host",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_asc",
              "description": "Ascending sort for domain",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "domain_desc",
              "description": "Descending sort for domain",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_asc",
              "description": "Ascending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_desc",
              "description": "Descending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Fingerprint",
          "description": "Fingerprint-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Fingerprint",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sha",
              "description": "sha of  Fingerprint",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "data of  Fingerprint",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "Fingerprint commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_FingerprintOrdering",
          "description": "Ordering Enum for Fingerprint",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sha_asc",
              "description": "Ascending sort for sha",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "sha_desc",
              "description": "Descending sort for sha",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_asc",
              "description": "Ascending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_desc",
              "description": "Descending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ParentImpact",
          "description": "ParentImpact-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  ParentImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  ParentImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "data of  ParentImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commits",
              "description": "ParentImpact commits Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "ParentImpact commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ParentImpactOrdering",
          "description": "Ordering Enum for ParentImpact",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_asc",
              "description": "Ascending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_desc",
              "description": "Descending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Branch",
          "description": "Branch-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Branch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  Branch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Branch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isRemote",
              "description": "isRemote of  Branch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "remoteRepoHtmlUrl",
              "description": "remoteRepoHtmlUrl of  Branch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "Branch repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "Branch commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequests",
              "description": "Branch pullRequests PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_BranchOrdering",
          "description": "Ordering Enum for Branch",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isRemote_asc",
              "description": "Ascending sort for isRemote",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isRemote_desc",
              "description": "Descending sort for isRemote",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "remoteRepoHtmlUrl_asc",
              "description": "Ascending sort for remoteRepoHtmlUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "remoteRepoHtmlUrl_desc",
              "description": "Descending sort for remoteRepoHtmlUrl",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Review",
          "description": "Review-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Review",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId of  Review",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reviewId",
              "description": "reviewId of  Review",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body",
              "description": "body of  Review",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state",
              "description": "state of  Review",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "ReviewState",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "submittedAt",
              "description": "submittedAt of  Review",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "htmlUrl",
              "description": "htmlUrl of  Review",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "by",
              "description": "Review by SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "Review commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "comments",
              "description": "Review comments Comment",
              "args": [
                {
                  "name": "id",
                  "description": "id of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentId",
                  "description": "commentId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "path",
                  "description": "path of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "position",
                  "description": "position of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentType",
                  "description": "commentType of Comment",
                  "type": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentIds",
                  "description": "commentIds is list variant of commentId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "paths",
                  "description": "paths is list variant of path of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "positions",
                  "description": "positions is list variant of position of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentTypes",
                  "description": "commentTypes is list variant of commentType of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommentCommentType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommentOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Comment",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequest",
              "description": "Review pullRequest PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "PullRequest",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "Comment",
          "description": "Comment-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body",
              "description": "body of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt",
              "description": "createdAt of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt",
              "description": "updatedAt of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commentId",
              "description": "commentId of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId",
              "description": "gitHubId of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "path",
              "description": "path of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "position",
              "description": "position of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "htmlUrl",
              "description": "htmlUrl of  Comment",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commentType",
              "description": "commentType of  Comment",
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "CommentCommentType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "issue",
              "description": "Comment issue Issue",
              "args": [
                {
                  "name": "id",
                  "description": "id of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Issue",
                  "type": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "IssueState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_IssueOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Issue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "review",
              "description": "Comment review Review",
              "args": [
                {
                  "name": "id",
                  "description": "id of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewId",
                  "description": "reviewId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Review",
                  "type": {
                    "kind": "ENUM",
                    "name": "ReviewState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAt",
                  "description": "submittedAt of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewIds",
                  "description": "reviewIds is list variant of reviewId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ReviewState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAts",
                  "description": "submittedAts is list variant of submittedAt of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReviewOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReviewFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Review",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequest",
              "description": "Comment pullRequest PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "PullRequest",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "by",
              "description": "Comment by SCMId",
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SCMId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ReviewOrdering",
          "description": "Ordering Enum for Review",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId_asc",
              "description": "Ascending sort for gitHubId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId_desc",
              "description": "Descending sort for gitHubId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reviewId_asc",
              "description": "Ascending sort for reviewId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "reviewId_desc",
              "description": "Descending sort for reviewId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_asc",
              "description": "Ascending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_desc",
              "description": "Descending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_asc",
              "description": "Ascending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "state_desc",
              "description": "Descending sort for state",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "submittedAt_asc",
              "description": "Ascending sort for submittedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "submittedAt_desc",
              "description": "Descending sort for submittedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "htmlUrl_asc",
              "description": "Ascending sort for htmlUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "htmlUrl_desc",
              "description": "Descending sort for htmlUrl",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_CommentOrdering",
          "description": "Ordering Enum for Comment",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_asc",
              "description": "Ascending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "body_desc",
              "description": "Descending sort for body",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_asc",
              "description": "Ascending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "createdAt_desc",
              "description": "Descending sort for createdAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt_asc",
              "description": "Ascending sort for updatedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "updatedAt_desc",
              "description": "Descending sort for updatedAt",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commentId_asc",
              "description": "Ascending sort for commentId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commentId_desc",
              "description": "Descending sort for commentId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId_asc",
              "description": "Ascending sort for gitHubId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "gitHubId_desc",
              "description": "Descending sort for gitHubId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "path_asc",
              "description": "Ascending sort for path",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "path_desc",
              "description": "Descending sort for path",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "position_asc",
              "description": "Ascending sort for position",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "position_desc",
              "description": "Descending sort for position",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "htmlUrl_asc",
              "description": "Ascending sort for htmlUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "htmlUrl_desc",
              "description": "Descending sort for htmlUrl",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commentType_asc",
              "description": "Ascending sort for commentType",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commentType_desc",
              "description": "Descending sort for commentType",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "DeletedBranch",
          "description": "DeletedBranch-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  DeletedBranch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": "name of  DeletedBranch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  DeletedBranch",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "repo",
              "description": "DeletedBranch repo Repo",
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Repo",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "DeletedBranch commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequests",
              "description": "DeletedBranch pullRequests PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_DeletedBranchOrdering",
          "description": "Ordering Enum for DeletedBranch",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_asc",
              "description": "Ascending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name_desc",
              "description": "Descending sort for name",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_DeletedBranchFilter",
          "description": "Filter Input Type for DeletedBranch",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DeletedBranchFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DeletedBranchFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name",
              "description": "name",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not",
              "description": "name_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_in",
              "description": "name_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_not_in",
              "description": "name_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "name_lt",
              "description": "name_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_lte",
              "description": "name_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gt",
              "description": "name_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_gte",
              "description": "name_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_contains",
              "description": "name_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_contains",
              "description": "name_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_starts_with",
              "description": "name_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_starts_with",
              "description": "name_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_ends_with",
              "description": "name_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "name_not_ends_with",
              "description": "name_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo",
              "description": "repo",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not",
              "description": "repo_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_in",
              "description": "repo_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "repo_not_in",
              "description": "repo_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_RepoFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests",
              "description": "pullRequests",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not",
              "description": "pullRequests_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_in",
              "description": "pullRequests_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_not_in",
              "description": "pullRequests_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_some",
              "description": "pullRequests_some",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_none",
              "description": "pullRequests_none",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_single",
              "description": "pullRequests_single",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequests_every",
              "description": "pullRequests_every",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "ImageLinked",
          "description": "ImageLinked-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp",
              "description": "timestamp of  ImageLinked",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "image",
              "description": "ImageLinked image DockerImage",
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "DockerImage",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "commit",
              "description": "ImageLinked commit Commit",
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_ImageLinkedOrdering",
          "description": "Ordering Enum for ImageLinked",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_asc",
              "description": "Ascending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "timestamp_desc",
              "description": "Descending sort for timestamp",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_ImageLinkedFilter",
          "description": "Filter Input Type for ImageLinked",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ImageLinkedFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ImageLinkedFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp",
              "description": "timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not",
              "description": "timestamp_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_in",
              "description": "timestamp_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_in",
              "description": "timestamp_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lt",
              "description": "timestamp_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_lte",
              "description": "timestamp_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gt",
              "description": "timestamp_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_gte",
              "description": "timestamp_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_contains",
              "description": "timestamp_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_contains",
              "description": "timestamp_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_starts_with",
              "description": "timestamp_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_starts_with",
              "description": "timestamp_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_ends_with",
              "description": "timestamp_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "timestamp_not_ends_with",
              "description": "timestamp_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image",
              "description": "image",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not",
              "description": "image_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_in",
              "description": "image_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "image_not_in",
              "description": "image_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_DockerImageFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit",
              "description": "commit",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not",
              "description": "commit_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_in",
              "description": "commit_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "commit_not_in",
              "description": "commit_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_CommitFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "PushImpact",
          "description": "PushImpact-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  PushImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  PushImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "data of  PushImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "push",
              "description": "PushImpact push Push",
              "args": [
                {
                  "name": "id",
                  "description": "id of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branch",
                  "description": "branch of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchs",
                  "description": "branchs is list variant of branch of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "Push",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_PushImpactOrdering",
          "description": "Ordering Enum for PushImpact",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_asc",
              "description": "Ascending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_desc",
              "description": "Descending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_PushImpactFilter",
          "description": "Filter Input Type for PushImpact",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushImpactFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushImpactFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": "data",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not",
              "description": "data_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_in",
              "description": "data_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_not_in",
              "description": "data_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_lt",
              "description": "data_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_lte",
              "description": "data_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gt",
              "description": "data_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gte",
              "description": "data_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_contains",
              "description": "data_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_contains",
              "description": "data_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_starts_with",
              "description": "data_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_starts_with",
              "description": "data_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_ends_with",
              "description": "data_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_ends_with",
              "description": "data_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push",
              "description": "push",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push_not",
              "description": "push_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push_in",
              "description": "push_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "push_not_in",
              "description": "push_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PushFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "PullRequestImpact",
          "description": "PullRequestImpact-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  PullRequestImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url",
              "description": "url of  PullRequestImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data",
              "description": "data of  PullRequestImpact",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pullRequest",
              "description": "PullRequestImpact pullRequest PullRequest",
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "PullRequest",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_PullRequestImpactOrdering",
          "description": "Ordering Enum for PullRequestImpact",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_asc",
              "description": "Ascending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "url_desc",
              "description": "Descending sort for url",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_asc",
              "description": "Ascending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "data_desc",
              "description": "Descending sort for data",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_PullRequestImpactFilter",
          "description": "Filter Input Type for PullRequestImpact",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestImpactFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestImpactFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url",
              "description": "url",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not",
              "description": "url_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_in",
              "description": "url_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_not_in",
              "description": "url_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "url_lt",
              "description": "url_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_lte",
              "description": "url_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gt",
              "description": "url_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_gte",
              "description": "url_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_contains",
              "description": "url_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_contains",
              "description": "url_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_starts_with",
              "description": "url_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_starts_with",
              "description": "url_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_ends_with",
              "description": "url_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "url_not_ends_with",
              "description": "url_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data",
              "description": "data",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not",
              "description": "data_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_in",
              "description": "data_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_not_in",
              "description": "data_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "data_lt",
              "description": "data_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_lte",
              "description": "data_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gt",
              "description": "data_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_gte",
              "description": "data_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_contains",
              "description": "data_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_contains",
              "description": "data_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_starts_with",
              "description": "data_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_starts_with",
              "description": "data_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_ends_with",
              "description": "data_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "data_not_ends_with",
              "description": "data_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest",
              "description": "pullRequest",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not",
              "description": "pullRequest_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_in",
              "description": "pullRequest_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "pullRequest_not_in",
              "description": "pullRequest_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_PullRequestFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "UserJoinedChannel",
          "description": "UserJoinedChannel-Node",
          "fields": [
            {
              "name": "_id",
              "description": "internal node id",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Long",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id",
              "description": "id of  UserJoinedChannel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "user",
              "description": "UserJoinedChannel user ChatId",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatId",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "channel",
              "description": "UserJoinedChannel channel ChatChannel",
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "ChatChannel",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "_UserJoinedChannelOrdering",
          "description": "Ordering Enum for UserJoinedChannel",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "atmTeamId_asc",
              "description": "Ascending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "atmTeamId_desc",
              "description": "Descending sort for atmTeamId",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_asc",
              "description": "Ascending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "id_desc",
              "description": "Descending sort for id",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "INPUT_OBJECT",
          "name": "_UserJoinedChannelFilter",
          "description": "Filter Input Type for UserJoinedChannel",
          "fields": null,
          "inputFields": [
            {
              "name": "AND",
              "description": "AND",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_UserJoinedChannelFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "OR",
              "description": "OR",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "_UserJoinedChannelFilter",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId",
              "description": "atmTeamId",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not",
              "description": "atmTeamId_not",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_in",
              "description": "atmTeamId_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_in",
              "description": "atmTeamId_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lt",
              "description": "atmTeamId_lt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_lte",
              "description": "atmTeamId_lte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gt",
              "description": "atmTeamId_gt",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_gte",
              "description": "atmTeamId_gte",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_contains",
              "description": "atmTeamId_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_contains",
              "description": "atmTeamId_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_starts_with",
              "description": "atmTeamId_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_starts_with",
              "description": "atmTeamId_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_ends_with",
              "description": "atmTeamId_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "atmTeamId_not_ends_with",
              "description": "atmTeamId_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id",
              "description": "id",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not",
              "description": "id_not",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_in",
              "description": "id_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_not_in",
              "description": "id_not_in",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  }
                }
              },
              "defaultValue": null
            },
            {
              "name": "id_lt",
              "description": "id_lt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_lte",
              "description": "id_lte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gt",
              "description": "id_gt",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_gte",
              "description": "id_gte",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_contains",
              "description": "id_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_contains",
              "description": "id_not_contains",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_starts_with",
              "description": "id_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_starts_with",
              "description": "id_not_starts_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_ends_with",
              "description": "id_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "id_not_ends_with",
              "description": "id_not_ends_with",
              "type": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user",
              "description": "user",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_not",
              "description": "user_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_in",
              "description": "user_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "user_not_in",
              "description": "user_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatIdFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel",
              "description": "channel",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel_not",
              "description": "channel_not",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel_in",
              "description": "channel_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            },
            {
              "name": "channel_not_in",
              "description": "channel_not_in",
              "type": {
                "kind": "INPUT_OBJECT",
                "name": "_ChatChannelFilter",
                "ofType": null
              },
              "defaultValue": null
            }
          ],
          "interfaces": null,
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "MutationType",
          "description": null,
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null,
          "fields": [
            {
              "name": "setChatUserPreference",
              "description": "Set the value of a user preference.",
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "UserPreference"
                }
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "chatUserId",
                  "description": "The id of user",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "name",
                  "description": "The name of the preference",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "value",
                  "description": "The value of the preference",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "setPersonPreference",
              "description": "Set the value of a person preference. Returns what was set",
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PersonPreference"
                }
              },
              "args": [
                {
                  "name": "personId",
                  "description": "The ID of the person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "name",
                  "description": "The name of the preference",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "value",
                  "description": "The value of the preference",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "setChatTeamPreference",
              "description": "Set the value of a chat team preference. Returns what was set",
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "TeamPreference"
                }
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "name",
                  "description": "The name of the preference",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "value",
                  "description": "The value of the preference",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "createSlackChannel",
              "description": "Create a slack channel in the current team",
              "type": {
                "kind": "OBJECT",
                "name": "SlackChannel"
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "name",
                  "description": "The name of the channel to create",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "addBotToSlackChannel",
              "description": "Ask the bot to join a chat channel",
              "type": {
                "kind": "OBJECT",
                "name": "SlackChannel"
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "channelId",
                  "description": "The id of the channel to join",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "linkSlackChannelToRepo",
              "description": "Link a channel to a repo",
              "type": {
                "kind": "OBJECT",
                "name": "SlackChannel"
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "channelId",
                  "description": "The id of the channel to link",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "channelName",
                  "description": "The name of the channel to link. Optional.",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "repo",
                  "description": "The name of the repo to link",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "owner",
                  "description": "The owner of the repo to link",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "providerId",
                  "description": "The provider id of the repo to link",
                  "defaultValue": "zjlmxjzwhurspem",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "inviteUserToSlackChannel",
              "description": "Ask the bot to invite a user to join a chat channel",
              "type": {
                "kind": "OBJECT",
                "name": "SlackChannel"
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "channelId",
                  "description": "The id of the channel to join",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "userId",
                  "description": "The id of the user to invite",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "kickUserFromSlackChannel",
              "description": "Ask the bot to kick a user from a chat channel",
              "type": {
                "kind": "OBJECT",
                "name": "SlackChannel"
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "channelId",
                  "description": "The id of the channel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "userId",
                  "description": "The id of the user",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "unlinkSlackChannelFromRepo",
              "description": "Unlink a channel from a repo",
              "type": {
                "kind": "OBJECT",
                "name": "SlackChannel"
              },
              "args": [
                {
                  "name": "chatTeamId",
                  "description": "The ID of the chat team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "channelId",
                  "description": "The id of the channel to link",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "repo",
                  "description": "The name of the repo to link",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "owner",
                  "description": "The owner of the repo to link",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "providerId",
                  "description": "The provider id of the repo to link",
                  "defaultValue": "zjlmxjzwhurspem",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "setOwnerLogin",
              "description": "set a GitHub login to be used for resources owned by an Org",
              "type": {
                "kind": "OBJECT",
                "name": "OwnerLogin"
              },
              "args": [
                {
                  "name": "owner",
                  "description": "The owner name for the Organization/Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "providerId",
                  "description": "The id of the Git provider for this Owner",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "login",
                  "description": "The login that should be used",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "setRepoLogin",
              "description": "set a GitHub login to be used for this Repository",
              "type": {
                "kind": "OBJECT",
                "name": "RepoLogin"
              },
              "args": [
                {
                  "name": "repo",
                  "description": "The owner name for the Organization/Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "owner",
                  "description": "The owner name for the Organization/Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "providerId",
                  "description": "The id of the Git provider for this Owner",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "login",
                  "description": "The login that should be used",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            },
            {
              "name": "setTeamProperties",
              "description": "Set a team's properties",
              "type": {
                "kind": "OBJECT",
                "name": "Team"
              },
              "args": [
                {
                  "name": "name",
                  "description": "The display name of the team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "description",
                  "description": "The description of the team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "iconUrl",
                  "description": "URL to a teams icon",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "__Schema",
          "description": "A GraphQL Introspection defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, the entry points for query, mutation, and subscription operations.",
          "fields": [
            {
              "name": "types",
              "description": "A list of all types supported by this server.",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "__Type",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "queryType",
              "description": "The type that query operations will be rooted at.",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "mutationType",
              "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "directives",
              "description": "'A list of all directives supported by this server.",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "__Directive",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "subscriptionType",
              "description": "'If this server support subscription, the type that subscription operations will be rooted at.",
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Type",
          "description": null,
          "fields": [
            {
              "name": "kind",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "__TypeKind",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fields",
              "description": null,
              "args": [
                {
                  "name": "includeDeprecated",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": "false"
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Field",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "interfaces",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Type",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "possibleTypes",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Type",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "enumValues",
              "description": null,
              "args": [
                {
                  "name": "includeDeprecated",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": "false"
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__EnumValue",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "inputFields",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ofType",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "__TypeKind",
          "description": "An enum describing what kind of type a given __Type is",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "SCALAR",
              "description": "Indicates this type is a scalar.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "OBJECT",
              "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INTERFACE",
              "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "UNION",
              "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ENUM",
              "description": "Indicates this type is an enum. `enumValues` is a valid field.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INPUT_OBJECT",
              "description": "Indicates this type is an input object. `inputFields` is a valid field.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "LIST",
              "description": "Indicates this type is a list. `ofType` is a valid field.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "NON_NULL",
              "description": "Indicates this type is a non-null. `ofType` is a valid field.",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Field",
          "description": null,
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "args",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "__InputValue",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDeprecated",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deprecationReason",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__InputValue",
          "description": null,
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "defaultValue",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__EnumValue",
          "description": null,
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "isDeprecated",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "deprecationReason",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "__Directive",
          "description": null,
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "locations",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "__DirectiveLocation",
                    "ofType": null
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "args",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "OBJECT",
                      "name": "__InputValue",
                      "ofType": null
                    }
                  }
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "onOperation",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "Use `locations`."
            },
            {
              "name": "onFragment",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "Use `locations`."
            },
            {
              "name": "onField",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": true,
              "deprecationReason": "Use `locations`."
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "kind": "ENUM",
          "name": "__DirectiveLocation",
          "description": "An enum describing valid locations where a directive can be placed",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "enumValues": [
            {
              "name": "QUERY",
              "description": "Indicates the directive is valid on queries.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "MUTATION",
              "description": "Indicates the directive is valid on mutations.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "FIELD",
              "description": "Indicates the directive is valid on fields.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "FRAGMENT_DEFINITION",
              "description": "Indicates the directive is valid on fragment definitions.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "FRAGMENT_SPREAD",
              "description": "Indicates the directive is valid on fragment spreads.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INLINE_FRAGMENT",
              "description": "Indicates the directive is valid on inline fragments.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCHEMA",
              "description": "Indicates the directive is valid on a schema IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCALAR",
              "description": "Indicates the directive is valid on a scalar IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "OBJECT",
              "description": "Indicates the directive is valid on an object IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "FIELD_DEFINITION",
              "description": "Indicates the directive is valid on a field IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ARGUMENT_DEFINITION",
              "description": "Indicates the directive is valid on a field argument IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INTERFACE",
              "description": "Indicates the directive is valid on an interface IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "UNION",
              "description": "Indicates the directive is valid on an union IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ENUM",
              "description": "Indicates the directive is valid on an enum IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INPUT_OBJECT",
              "description": "Indicates the directive is valid on an input object IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "INPUT_FIELD_DEFINITION",
              "description": "Indicates the directive is valid on an input object field IDL definition.",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "possibleTypes": null
        },
        {
          "kind": "OBJECT",
          "name": "SubscriptionType",
          "description": null,
          "fields": [
            {
              "name": "Issue",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Issue",
                  "type": {
                    "kind": "ENUM",
                    "name": "IssueState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of Issue",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "IssueState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of Issue",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_IssueOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_IssueFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Issue",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Comment",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentId",
                  "description": "commentId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "path",
                  "description": "path of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "position",
                  "description": "position of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Comment",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentType",
                  "description": "commentType of Comment",
                  "type": {
                    "kind": "ENUM",
                    "name": "CommentCommentType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentIds",
                  "description": "commentIds is list variant of commentId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "paths",
                  "description": "paths is list variant of path of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "positions",
                  "description": "positions is list variant of position of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "commentTypes",
                  "description": "commentTypes is list variant of commentType of Comment",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommentCommentType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommentOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommentFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Comment",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Label",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "default",
                  "description": "default of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "color",
                  "description": "color of Label",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaults",
                  "description": "defaults is list variant of default of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "colors",
                  "description": "colors is list variant of color of Label",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_LabelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_LabelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Label",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Repo",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerge",
                  "description": "allowRebaseMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerge",
                  "description": "allowSquashMerge of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommit",
                  "description": "allowMergeCommit of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoId",
                  "description": "repoId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranch",
                  "description": "defaultBranch of Repo",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowRebaseMerges",
                  "description": "allowRebaseMerges is list variant of allowRebaseMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowSquashMerges",
                  "description": "allowSquashMerges is list variant of allowSquashMerge of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "allowMergeCommits",
                  "description": "allowMergeCommits is list variant of allowMergeCommit of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repoIds",
                  "description": "repoIds is list variant of repoId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "defaultBranchs",
                  "description": "defaultBranchs is list variant of defaultBranch of Repo",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_RepoOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_RepoFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Commit",
              "description": null,
              "args": [
                {
                  "name": "sha",
                  "description": "sha of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "message",
                  "description": "message of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Commit",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messages",
                  "description": "messages is list variant of message of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Commit",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_CommitOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_CommitFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Commit",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Push",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branch",
                  "description": "branch of Push",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchs",
                  "description": "branchs is list variant of branch of Push",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Push",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Build",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildId",
                  "description": "buildId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "status",
                  "description": "status of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrl",
                  "description": "buildUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrl",
                  "description": "compareUrl of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "trigger",
                  "description": "trigger of Build",
                  "type": {
                    "kind": "ENUM",
                    "name": "BuildTrigger",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumber",
                  "description": "pullRequestNumber of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAt",
                  "description": "startedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAt",
                  "description": "finishedAt of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobName",
                  "description": "jobName of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobId",
                  "description": "jobId of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Build",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildIds",
                  "description": "buildIds is list variant of buildId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statuss",
                  "description": "statuss is list variant of status of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "buildUrls",
                  "description": "buildUrls is list variant of buildUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "compareUrls",
                  "description": "compareUrls is list variant of compareUrl of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "triggers",
                  "description": "triggers is list variant of trigger of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BuildTrigger",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "pullRequestNumbers",
                  "description": "pullRequestNumbers is list variant of pullRequestNumber of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "startedAts",
                  "description": "startedAts is list variant of startedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "finishedAts",
                  "description": "finishedAts is list variant of finishedAt of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobNames",
                  "description": "jobNames is list variant of jobName of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "jobIds",
                  "description": "jobIds is list variant of jobId of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Build",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BuildOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BuildFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Build",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Workflow",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowId",
                  "description": "workflowId of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "config",
                  "description": "config of Workflow",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "workflowIds",
                  "description": "workflowIds is list variant of workflowId of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "configs",
                  "description": "configs is list variant of config of Workflow",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WorkflowOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WorkflowFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Workflow",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Branch",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemote",
                  "description": "isRemote of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrl",
                  "description": "remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isRemotes",
                  "description": "isRemotes is list variant of isRemote of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "remoteRepoHtmlUrls",
                  "description": "remoteRepoHtmlUrls is list variant of remoteRepoHtmlUrl of Branch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_BranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_BranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Branch",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "DeletedBranch",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of DeletedBranch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of DeletedBranch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DeletedBranch",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of DeletedBranch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of DeletedBranch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DeletedBranch",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DeletedBranchOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DeletedBranchFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DeletedBranch",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChatId",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenName",
                  "description": "screenName of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "userId",
                  "description": "userId of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBot",
                  "description": "isAtomistBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwner",
                  "description": "isOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwner",
                  "description": "isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmin",
                  "description": "isAdmin of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBot",
                  "description": "isBot of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabel",
                  "description": "timezoneLabel of ChatId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "screenNames",
                  "description": "screenNames is list variant of screenName of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "userIds",
                  "description": "userIds is list variant of userId of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAtomistBots",
                  "description": "isAtomistBots is list variant of isAtomistBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isOwners",
                  "description": "isOwners is list variant of isOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isPrimaryOwners",
                  "description": "isPrimaryOwners is list variant of isPrimaryOwner of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isAdmins",
                  "description": "isAdmins is list variant of isAdmin of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isBots",
                  "description": "isBots is list variant of isBot of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timezoneLabels",
                  "description": "timezoneLabels is list variant of timezoneLabel of ChatId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChatChannel",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedName",
                  "description": "normalizedName of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelId",
                  "description": "channelId of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefault",
                  "description": "isDefault of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelf",
                  "description": "botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "archived",
                  "description": "archived of ChatChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "normalizedNames",
                  "description": "normalizedNames is list variant of normalizedName of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "channelIds",
                  "description": "channelIds is list variant of channelId of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "isDefaults",
                  "description": "isDefaults is list variant of isDefault of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "botInvitedSelfs",
                  "description": "botInvitedSelfs is list variant of botInvitedSelf of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "archiveds",
                  "description": "archiveds is list variant of archived of ChatChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "PullRequest",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "number",
                  "description": "number of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "prId",
                  "description": "prId of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "action",
                  "description": "action of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "PullRequestAction",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "merged",
                  "description": "merged of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchName",
                  "description": "baseBranchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchName",
                  "description": "branchName of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "title",
                  "description": "title of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAt",
                  "description": "updatedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAt",
                  "description": "closedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAt",
                  "description": "mergedAt of PullRequest",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatus",
                  "description": "mergeStatus of PullRequest",
                  "type": {
                    "kind": "ENUM",
                    "name": "MergeStatus",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "numbers",
                  "description": "numbers is list variant of number of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "prIds",
                  "description": "prIds is list variant of prId of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "actions",
                  "description": "actions is list variant of action of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "PullRequestAction",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeds",
                  "description": "mergeds is list variant of merged of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseBranchNames",
                  "description": "baseBranchNames is list variant of baseBranchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "branchNames",
                  "description": "branchNames is list variant of branchName of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "titles",
                  "description": "titles is list variant of title of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "updatedAts",
                  "description": "updatedAts is list variant of updatedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "closedAts",
                  "description": "closedAts is list variant of closedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergedAts",
                  "description": "mergedAts is list variant of mergedAt of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "mergeStatuss",
                  "description": "mergeStatuss is list variant of mergeStatus of PullRequest",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "MergeStatus",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequest",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Org",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": "owner of Org",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerType",
                  "description": "ownerType of Org",
                  "type": {
                    "kind": "ENUM",
                    "name": "OwnerType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owners",
                  "description": "owners is list variant of owner of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "ownerTypes",
                  "description": "ownerTypes is list variant of ownerType of Org",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "OwnerType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_OrgOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_OrgFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Org",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCMId",
              "description": null,
              "args": [
                {
                  "name": "login",
                  "description": "login of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatar",
                  "description": "avatar of SCMId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "avatars",
                  "description": "avatars is list variant of avatar of SCMId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "GitHubId",
              "description": null,
              "args": [
                {
                  "name": "login",
                  "description": "login of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of GitHubId",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "logins",
                  "description": "logins is list variant of login of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of GitHubId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubIdOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubIdFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubId",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Tag",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ref",
                  "description": "ref of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Tag",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "refs",
                  "description": "refs is list variant of ref of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Tag",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TagOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TagFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Tag",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "K8Pod",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "phase",
                  "description": "phase of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseName",
                  "description": "baseName of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespace",
                  "description": "namespace of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSON",
                  "description": "specsJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSON",
                  "description": "envJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSON",
                  "description": "metadataJSON of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOff",
                  "description": "containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Pod",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "phases",
                  "description": "phases is list variant of phase of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "baseNames",
                  "description": "baseNames is list variant of baseName of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "namespaces",
                  "description": "namespaces is list variant of namespace of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "specsJSONs",
                  "description": "specsJSONs is list variant of specsJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "envJSONs",
                  "description": "envJSONs is list variant of envJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "metadataJSONs",
                  "description": "metadataJSONs is list variant of metadataJSON of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containersCrashLoopBackOffs",
                  "description": "containersCrashLoopBackOffs is list variant of containersCrashLoopBackOff of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Pod",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8PodOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8PodFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Pod",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "K8Container",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": "name of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "environment",
                  "description": "environment of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSON",
                  "description": "containerJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReason",
                  "description": "stateReason of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ready",
                  "description": "ready of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCount",
                  "description": "restartCount of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSON",
                  "description": "statusJSON of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersion",
                  "description": "resourceVersion of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerID",
                  "description": "containerID of K8Container",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "environments",
                  "description": "environments is list variant of environment of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerJSONs",
                  "description": "containerJSONs is list variant of containerJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "stateReasons",
                  "description": "stateReasons is list variant of stateReason of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "readys",
                  "description": "readys is list variant of ready of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "restartCounts",
                  "description": "restartCounts is list variant of restartCount of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "statusJSONs",
                  "description": "statusJSONs is list variant of statusJSON of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "resourceVersions",
                  "description": "resourceVersions is list variant of resourceVersion of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "containerIDs",
                  "description": "containerIDs is list variant of containerID of K8Container",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_K8ContainerOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_K8ContainerFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "K8Container",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "DockerImage",
              "description": null,
              "args": [
                {
                  "name": "image",
                  "description": "image of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageName",
                  "description": "imageName of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of DockerImage",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "images",
                  "description": "images is list variant of image of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "imageNames",
                  "description": "imageNames is list variant of imageName of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of DockerImage",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_DockerImageOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_DockerImageFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DockerImage",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ImageLinked",
              "description": null,
              "args": [
                {
                  "name": "timestamp",
                  "description": "timestamp of ImageLinked",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of ImageLinked",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ImageLinkedOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ImageLinkedFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ImageLinked",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Release",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Release",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Release",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReleaseOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReleaseFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Release",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "HerokuApp",
              "description": null,
              "args": [
                {
                  "name": "app",
                  "description": "app of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "user",
                  "description": "user of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "appId",
                  "description": "appId of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "release",
                  "description": "release of HerokuApp",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apps",
                  "description": "apps is list variant of app of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "users",
                  "description": "users is list variant of user of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "appIds",
                  "description": "appIds is list variant of appId of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "releases",
                  "description": "releases is list variant of release of HerokuApp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_HerokuAppOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_HerokuAppFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "HerokuApp",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Application",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "host",
                  "description": "host of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Application",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "hosts",
                  "description": "hosts is list variant of host of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Application",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ApplicationOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ApplicationFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Application",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Team",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrl",
                  "description": "iconUrl of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAt",
                  "description": "createdAt of Team",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "iconUrls",
                  "description": "iconUrls is list variant of iconUrl of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "createdAts",
                  "description": "createdAts is list variant of createdAt of Team",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_TeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_TeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Team",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChatTeam",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "provider",
                  "description": "provider of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "domain",
                  "description": "domain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCount",
                  "description": "messageCount of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Float",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomain",
                  "description": "emailDomain of ChatTeam",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providers",
                  "description": "providers is list variant of provider of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "domains",
                  "description": "domains is list variant of domain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "messageCounts",
                  "description": "messageCounts is list variant of messageCount of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Float",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "emailDomains",
                  "description": "emailDomains is list variant of emailDomain of ChatTeam",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChatTeamOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChatTeamFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChatTeam",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Person",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "forename",
                  "description": "forename of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "surname",
                  "description": "surname of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": "name of Person",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "forenames",
                  "description": "forenames is list variant of forename of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "surnames",
                  "description": "surnames is list variant of surname of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Person",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PersonOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PersonFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Person",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Status",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Status",
                  "type": {
                    "kind": "ENUM",
                    "name": "StatusState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "description",
                  "description": "description of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "targetUrl",
                  "description": "targetUrl of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "context",
                  "description": "context of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamp",
                  "description": "timestamp of Status",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "StatusState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "descriptions",
                  "description": "descriptions is list variant of description of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "targetUrls",
                  "description": "targetUrls is list variant of targetUrl of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "contexts",
                  "description": "contexts is list variant of context of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "timestamps",
                  "description": "timestamps is list variant of timestamp of Status",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_StatusOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_StatusFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Status",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Email",
              "description": null,
              "args": [
                {
                  "name": "address",
                  "description": "address of Email",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "addresss",
                  "description": "addresss is list variant of address of Email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_EmailOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_EmailFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Email",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Fingerprint",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": "name of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "sha",
                  "description": "sha of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of Fingerprint",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "names",
                  "description": "names is list variant of name of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "shas",
                  "description": "shas is list variant of sha of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of Fingerprint",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_FingerprintOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_FingerprintFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Fingerprint",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ParentImpact",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of ParentImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of ParentImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ParentImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ParentImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ParentImpact",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "PushImpact",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of PushImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of PushImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of PushImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PushImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of PushImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of PushImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PushImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PushImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PushImpact",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "PullRequestImpact",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of PullRequestImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of PullRequestImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "data",
                  "description": "data of PullRequestImpact",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of PullRequestImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of PullRequestImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "datas",
                  "description": "datas is list variant of data of PullRequestImpact",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_PullRequestImpactOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_PullRequestImpactFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PullRequestImpact",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "GitHubProvider",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of GitHubProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of GitHubProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of GitHubProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SCMProvider",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": "providerId of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrl",
                  "description": "apiUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrl",
                  "description": "gitUrl of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerType",
                  "description": "providerType of SCMProvider",
                  "type": {
                    "kind": "ENUM",
                    "name": "ProviderType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "private",
                  "description": "private of SCMProvider",
                  "type": {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerIds",
                  "description": "providerIds is list variant of providerId of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "apiUrls",
                  "description": "apiUrls is list variant of apiUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitUrls",
                  "description": "gitUrls is list variant of gitUrl of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerTypes",
                  "description": "providerTypes is list variant of providerType of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ProviderType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "privates",
                  "description": "privates is list variant of private of SCMProvider",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_SCMProviderOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_SCMProviderFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SCMProvider",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "UserJoinedChannel",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of UserJoinedChannel",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of UserJoinedChannel",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_UserJoinedChannelOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_UserJoinedChannelFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "UserJoinedChannel",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "GitHubOrgWebhook",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of GitHubOrgWebhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of GitHubOrgWebhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of GitHubOrgWebhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of GitHubOrgWebhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_GitHubOrgWebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_GitHubOrgWebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "GitHubOrgWebhook",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Webhook",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "url",
                  "description": "url of Webhook",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookType",
                  "description": "webhookType of Webhook",
                  "type": {
                    "kind": "ENUM",
                    "name": "WebhookType",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "urls",
                  "description": "urls is list variant of url of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "webhookTypes",
                  "description": "webhookTypes is list variant of webhookType of Webhook",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "WebhookType",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_WebhookOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_WebhookFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "ChannelLink",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of ChannelLink",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of ChannelLink",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ChannelLinkOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ChannelLinkFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "ChannelLink",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "Review",
              "description": null,
              "args": [
                {
                  "name": "id",
                  "description": "id of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "ID",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubId",
                  "description": "gitHubId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewId",
                  "description": "reviewId of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "body",
                  "description": "body of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "state",
                  "description": "state of Review",
                  "type": {
                    "kind": "ENUM",
                    "name": "ReviewState",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAt",
                  "description": "submittedAt of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrl",
                  "description": "htmlUrl of Review",
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "ids",
                  "description": "ids is list variant of id of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "ID",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "gitHubIds",
                  "description": "gitHubIds is list variant of gitHubId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "reviewIds",
                  "description": "reviewIds is list variant of reviewId of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "bodys",
                  "description": "bodys is list variant of body of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "states",
                  "description": "states is list variant of state of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "ReviewState",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "submittedAts",
                  "description": "submittedAts is list variant of submittedAt of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "htmlUrls",
                  "description": "htmlUrls is list variant of htmlUrl of Review",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "orderBy",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "_ReviewOrdering",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "filter",
                  "description": null,
                  "type": {
                    "kind": "INPUT_OBJECT",
                    "name": "_ReviewFilter",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_id",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Long",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "_ids",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Long",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "first",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                },
                {
                  "name": "offset",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Review",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "SdmGoal",
              "description": "Auto-generated subscription for SdmGoal",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoal"
                }
              },
              "args": [
                {
                  "name": "approvalRequired",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean"
                    }
                  }
                },
                {
                  "name": "branch",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "data",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "description",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "environment",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "error",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "externalKey",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "externalUrl",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSet",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSetId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "phase",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "preApprovalRequired",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean"
                    }
                  }
                },
                {
                  "name": "retryFeasible",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Boolean"
                    }
                  }
                },
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "state",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "SdmGoalState"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "uniqueName",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "url",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "version",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmGoalSet",
              "description": "Auto-generated subscription for SdmGoalSet",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoalSet"
                }
              },
              "args": [
                {
                  "name": "branch",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSet",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "goalSetId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmBuildIdentifier",
              "description": "Auto-generated subscription for SdmBuildIdentifier",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmBuildIdentifier"
                }
              },
              "args": [
                {
                  "name": "identifier",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmDeployEnablement",
              "description": "Auto-generated subscription for SdmDeployEnablement",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmDeployEnablement"
                }
              },
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "state",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "SdmDeployState"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmVersion",
              "description": "Auto-generated subscription for SdmVersion",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmVersion"
                }
              },
              "args": [
                {
                  "name": "branch",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "version",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "SdmGoalSetBadge",
              "description": "Auto-generated subscription for SdmGoalSetBadge",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoalSetBadge"
                }
              },
              "args": [
                {
                  "name": "sdm",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "token",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "CommitIssueRelationship",
              "description": "Auto-generated subscription for CommitIssueRelationship",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CommitIssueRelationship"
                }
              },
              "args": [
                {
                  "name": "type",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "CommitIssueRelationshipType"
                    }
                  }
                }
              ]
            },
            {
              "name": "Deployment",
              "description": "Auto-generated subscription for Deployment",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Deployment"
                }
              },
              "args": [
                {
                  "name": "environment",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "IssueRelationship",
              "description": "Auto-generated subscription for IssueRelationship",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "IssueRelationship"
                }
              },
              "args": [
                {
                  "name": "relationshipId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "state",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "type",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "Card",
              "description": "Auto-generated subscription for Card",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Card"
                }
              },
              "args": [
                {
                  "name": "key",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "post",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "shortTitle",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "ttl",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "type",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "Notification",
              "description": "Auto-generated subscription for Notification",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Notification"
                }
              },
              "args": [
                {
                  "name": "body",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": []
                },
                {
                  "name": "contentType",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": []
                },
                {
                  "name": "key",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": [
                    {
                      "name": "compositeId",
                      "args": []
                    }
                  ]
                },
                {
                  "name": "post",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "ts",
                  "description": null,
                  "args": [],
                  "type": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  },
                  "isDeprecated": false,
                  "deprecationReason": null,
                  "directives": []
                },
                {
                  "name": "ttl",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                }
              ]
            },
            {
              "name": "Feedback",
              "description": "Auto-generated subscription for Feedback",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Feedback"
                }
              },
              "args": [
                {
                  "name": "email",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "message",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "invocation_id",
                  "description": "compositeId",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "SentryAlert",
              "description": "Auto-generated subscription for SentryAlert",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SentryAlert"
                }
              },
              "args": [
                {
                  "name": "culprit",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "level",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "message",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "project",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "project_name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "url",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "AtomistLog",
              "description": "Auto-generated subscription for AtomistLog",
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "AtomistLog"
                }
              },
              "args": [
                {
                  "name": "timestamp",
                  "description": "Status timestamp",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int"
                    }
                  }
                },
                {
                  "name": "team_id",
                  "description": "Team ID for which log message is produced",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "level",
                  "description": "Log message level: debug, info, warn, error, fatal",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "message",
                  "description": "Log message",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                },
                {
                  "name": "category",
                  "description": "Grouping, namespace etc.",
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String"
                    }
                  }
                }
              ]
            },
            {
              "name": "RepoOnboarded",
              "description": "",
              "type": {
                "kind": "LIST",
                "ofType": {
                  "kind": "OBJECT",
                  "name": "RepoOnboarded"
                }
              },
              "args": []
            }
          ],
          "inputFields": null,
          "interfaces": [],
          "enumValues": null,
          "possibleTypes": null
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmExternalUrl",
          "fields": [
            {
              "name": "label",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "url",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmCondition",
          "fields": [
            {
              "name": "environment",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "uniqueName",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmRepository",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "providerId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoal",
          "fields": [
            {
              "name": "approval",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "SdmProvenance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "approvalRequired",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "branch",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "data",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "environment",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "error",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "externalKey",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "externalUrl",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "externalUrls",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmExternalUrl",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "fulfillment",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "method",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SdmGoalFulfillment",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSet",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSetId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "phase",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "preApproval",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "SdmProvenance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "preApprovalRequired",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "preConditions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmCondition",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "provenance",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmProvenance",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "push",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "Push",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "linkTo",
                  "args": [
                    {
                      "name": "queryName",
                      "value": "pushBySha"
                    },
                    {
                      "name": "variables",
                      "value": [
                        {
                          "name": "afterSha",
                          "path": "$.sha"
                        },
                        {
                          "name": "branchName",
                          "path": "$.branch"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "linkFrom",
                  "args": [
                    {
                      "name": "field",
                      "value": {
                        "kind": "LIST",
                        "name": "goals"
                      }
                    },
                    {
                      "name": "query",
                      "value": "query goals($sha: String!, $branch: String!) {SdmGoal(sha: [$sha], branch: [$branch], _first: 500){id}}"
                    },
                    {
                      "name": "variables",
                      "value": [
                        {
                          "name": "sha",
                          "path": "$.after.sha"
                        },
                        {
                          "name": "branch",
                          "path": "$.branch"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SdmRepository",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "retryFeasible",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "sha",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "SdmGoalState",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "uniqueName",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "url",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "version",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "id",
              "description": "The ID of this SdmGoal",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoalState",
          "fields": null,
          "possibleTypes": null,
          "kind": "ENUM",
          "enumValues": [
            {
              "name": "success",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "pre_approved",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "requested",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "waiting_for_pre_approval",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "approved",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "waiting_for_approval",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "failure",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "stopped",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "planned",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "in_process",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "skipped",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "canceled",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmProvenance",
          "fields": [
            {
              "name": "channelId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "correlationId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "registration",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "userId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "version",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoalFulfillment",
          "fields": [
            {
              "name": "method",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoalSet",
          "fields": [
            {
              "name": "branch",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSet",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSetId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "goals",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "SdmGoalName",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "provenance",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "SdmProvenance",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "push",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "Push",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "linkTo",
                  "args": [
                    {
                      "name": "queryName",
                      "value": "pushBySha"
                    },
                    {
                      "name": "variables",
                      "value": [
                        {
                          "name": "afterSha",
                          "path": "$.sha"
                        },
                        {
                          "name": "branchName",
                          "path": "$.branch"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "linkFrom",
                  "args": [
                    {
                      "name": "field",
                      "value": {
                        "kind": "LIST",
                        "name": "goalSets"
                      }
                    },
                    {
                      "name": "query",
                      "value": "query goalSets($sha: String!, $branch: String!) {SdmGoalSet(sha: [$sha], branch: [$branch], _first: 500){id}}"
                    },
                    {
                      "name": "variables",
                      "value": [
                        {
                          "name": "sha",
                          "path": "$.after.sha"
                        },
                        {
                          "name": "branch",
                          "path": "$.branch"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SdmRepository",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "sha",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this SdmGoalSet",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoalName",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "uniqueName",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmBuildIdentifierRepository",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "providerId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmBuildIdentifier",
          "fields": [
            {
              "name": "identifier",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "repo",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SdmBuildIdentifierRepository",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this SdmBuildIdentifier",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmDeployEnablement",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "providerId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "SdmDeployState",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this SdmDeployEnablement",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmDeployState",
          "fields": null,
          "possibleTypes": null,
          "kind": "ENUM",
          "enumValues": [
            {
              "name": "requested",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "disabled",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmVersion",
          "fields": [
            {
              "name": "branch",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SdmVersionRepository",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "sha",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "version",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "id",
              "description": "The ID of this SdmVersion",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmVersionRepository",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "providerId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoalSetBadge",
          "fields": [
            {
              "name": "repo",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "providerId",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SdmGoalSetBadgeRepository",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "sdm",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "token",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this SdmGoalSetBadge",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SdmGoalSetBadgeRepository",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "providerId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CommitIssueRelationshipIssue",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CommitIssueRelationship",
          "fields": [
            {
              "name": "commit",
              "description": null,
              "args": [
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "CommitIssueRelationshipCommit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "issue",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "CommitIssueRelationshipIssue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "ENUM",
                "name": "CommitIssueRelationshipType",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this CommitIssueRelationship",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CommitIssueRelationshipType",
          "fields": null,
          "possibleTypes": null,
          "kind": "ENUM",
          "enumValues": [
            {
              "name": "references",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "fixes",
              "description": null,
              "isDeprecated": false,
              "deprecationReason": null
            }
          ],
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CommitIssueRelationshipCommit",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "sha",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "Deployment",
          "fields": [
            {
              "name": "commit",
              "description": null,
              "args": [
                {
                  "name": "sha",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "DeploymentCommit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "environment",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this Deployment",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "DeploymentCommit",
          "fields": [
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "repo",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "sha",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "IssueRelationship",
          "fields": [
            {
              "name": "relationshipId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "source",
              "description": null,
              "args": [
                {
                  "name": "issue",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "IssueRelationshipIssue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "target",
              "description": null,
              "args": [
                {
                  "name": "issue",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "repo",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "IssueRelationshipIssue",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this IssueRelationship",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "IssueRelationshipIssue",
          "fields": [
            {
              "name": "issue",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "repo",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardCorrelation",
          "fields": [
            {
              "name": "body",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CorrelationBody",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "icon",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "link",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "shortTitle",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "title",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardAction",
          "fields": [
            {
              "name": "command",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameterName",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameterOptionGroups",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardActionParameterOptionGroup",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameterOptions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardActionParameterOption",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameters",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardActionParameter",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "registration",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "role",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardCollaborator",
          "fields": [
            {
              "name": "avatar",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "link",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "login",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardSdmGoal",
          "fields": [
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "description",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "environment",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "link",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "logLink",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardReaction",
          "fields": [
            {
              "name": "avatar",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "login",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "reaction",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardTitle",
          "fields": [
            {
              "name": "icon",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardSdmGoalSet",
          "fields": [
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "duration",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSet",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSetId",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goals",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardSdmGoal",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "registration",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "state",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "Card",
          "fields": [
            {
              "name": "actionGroups",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardActionGroup",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "body",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "CardBody",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "collaborators",
              "description": null,
              "args": [
                {
                  "name": "login",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardCollaborator",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "comments",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardBody",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "correlations",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardCorrelation",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "events",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardEvent",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "goalSets",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardSdmGoalSet",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "key",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "post",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "provenance",
              "description": null,
              "args": [
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardProvenance",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "reactions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardReaction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "repository",
              "description": null,
              "args": [
                {
                  "name": "owner",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "name",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                },
                {
                  "name": "slug",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "CardRepository",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "shortTitle",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "title",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "CardTitle",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ttl",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this Card",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardActionParameterOption",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CorrelationBody",
          "fields": [
            {
              "name": "icon",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardRepository",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "slug",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardActionGroup",
          "fields": [
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardActionParameter",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardBody",
          "fields": [
            {
              "name": "avatar",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "hint",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "login",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardEvent",
          "fields": [
            {
              "name": "actionGroups",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardActionGroup",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "icon",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardProvenance",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "CardActionParameterOptionGroup",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "options",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardActionParameterOption",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "NotificationAction",
          "fields": [
            {
              "name": "command",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameterName",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameterOptionGroups",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NotificationActionParameterOptionGroup",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameterOptions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NotificationActionParameterOption",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "parameters",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NotificationActionParameter",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "registration",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "role",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "NotificationRecipient",
          "fields": [
            {
              "name": "address",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "NotificationActionParameter",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "NotificationActionParameterOptionGroup",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "options",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NotificationActionParameterOption",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "NotificationActionParameterOption",
          "fields": [
            {
              "name": "name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "value",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "Notification",
          "fields": [
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NotificationAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "body",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "contentType",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "key",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "compositeId",
                  "args": []
                }
              ]
            },
            {
              "name": "post",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "recipient",
              "description": null,
              "args": [
                {
                  "name": "address",
                  "description": null,
                  "type": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "NotificationRecipient",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ts",
              "description": null,
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "ttl",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this Notification",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "NotificationActionGroup",
          "fields": [
            {
              "name": "actions",
              "description": null,
              "args": [],
              "type": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "CardAction",
                  "ofType": null
                }
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "text",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "kind": "OBJECT",
          "name": "Feedback",
          "fields": [
            {
              "name": "email",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            },
            {
              "name": "message",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            },
            {
              "name": "invocation_id",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "description": "compositeId",
              "args": []
            },
            {
              "name": "id",
              "description": "The ID of this Feedback",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "interfaces": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SentryEvent",
          "fields": [
            {
              "name": "event_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "extra",
              "description": null,
              "args": [
                {
                  "name": "git_sha",
                  "description": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  },
                  "defaultValue": null
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "SentryEventExtra",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SentryAlert",
          "fields": [
            {
              "name": "commit",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "Commit",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "linkTo",
                  "args": [
                    {
                      "name": "queryName",
                      "value": "commitBySha"
                    },
                    {
                      "name": "variables",
                      "value": [
                        {
                          "name": "sha",
                          "path": "$.event.extra.git_sha"
                        }
                      ]
                    }
                  ]
                },
                {
                  "name": "linkFrom",
                  "args": [
                    {
                      "name": "field",
                      "value": {
                        "kind": "LIST",
                        "name": "sentryAlerts"
                      }
                    },
                    {
                      "name": "query",
                      "value": "query sentryAlert($sha: String!) { SentryAlert {id event {extra(git_sha: $sha) {git_sha} } } }"
                    },
                    {
                      "name": "variables",
                      "value": [
                        {
                          "name": "sha",
                          "path": "$.sha"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "name": "culprit",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "event",
              "description": null,
              "args": [],
              "type": {
                "kind": "OBJECT",
                "name": "SentryEvent",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "level",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "message",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": [
                {
                  "name": "searchable",
                  "args": []
                }
              ]
            },
            {
              "name": "project",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "project_name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "url",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "id",
              "description": "The ID of this SentryAlert",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": [
            {
              "name": "rootType",
              "args": []
            }
          ]
        },
        {
          "description": null,
          "interfaces": [],
          "name": "SentryEventExtra",
          "fields": [
            {
              "name": "artifact",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "correlation_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "environment",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "git_owner",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "git_repo",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "git_sha",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "invocation_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "operation_name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "operation_type",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "team_id",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "team_name",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            },
            {
              "name": "version",
              "description": null,
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              },
              "isDeprecated": false,
              "deprecationReason": null,
              "directives": []
            }
          ],
          "possibleTypes": null,
          "kind": "OBJECT",
          "enumValues": null,
          "inputFields": null,
          "directives": []
        },
        {
          "kind": "OBJECT",
          "name": "AtomistLog",
          "description": "Atomist log messages",
          "fields": [
            {
              "name": "timestamp",
              "description": "Status timestamp",
              "type": {
                "kind": "SCALAR",
                "name": "Int"
              },
              "directives": [
                {
                  "name": "searchable"
                }
              ],
              "args": []
            },
            {
              "name": "team_id",
              "description": "Team ID for which log message is produced",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            },
            {
              "name": "level",
              "description": "Log message level: debug, info, warn, error, fatal",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            },
            {
              "name": "message",
              "description": "Log message",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "directives": [
                {
                  "name": "searchable"
                }
              ],
              "args": []
            },
            {
              "name": "category",
              "description": "Grouping, namespace etc.",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "directives": [
                {
                  "name": "searchable"
                }
              ],
              "args": []
            },
            {
              "name": "correlation_context",
              "description": "Atomist log correlation context",
              "args": [
                {
                  "name": "correlation_id",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ],
              "type": {
                "kind": "OBJECT",
                "name": "AtomistLogCorrelationContext"
              }
            },
            {
              "name": "id",
              "description": "The ID of this AtomistLog",
              "type": {
                "kind": "SCALAR",
                "name": "ID"
              },
              "args": []
            }
          ],
          "interfaces": []
        },
        {
          "kind": "OBJECT",
          "name": "AtomistLogCorrelationContext",
          "description": "Atomist log correlation context",
          "fields": [
            {
              "name": "correlation_id",
              "description": "Correlation ID",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            },
            {
              "name": "automation",
              "description": "Automation for which log message is produced",
              "type": {
                "kind": "OBJECT",
                "name": "AtomistLogAutomation"
              },
              "args": [
                {
                  "name": "name",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                },
                {
                  "name": "version",
                  "defaultValue": null,
                  "type": {
                    "kind": "SCALAR",
                    "name": "String"
                  }
                }
              ]
            }
          ],
          "interfaces": []
        },
        {
          "kind": "OBJECT",
          "name": "AtomistLogAutomation",
          "description": "Automation for which log message is produced",
          "fields": [
            {
              "name": "name",
              "description": "Automation name",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            },
            {
              "name": "version",
              "description": "Automation description",
              "type": {
                "kind": "SCALAR",
                "name": "String"
              },
              "args": []
            }
          ],
          "interfaces": []
        },
        {
          "kind": "ENUM",
          "name": "_Ordering",
          "fields": null,
          "inputFields": null,
          "interfaces": null,
          "description": "asc or desc ordering. Must be used with orderBy",
          "enumValues": [
            {
              "name": "desc",
              "description": "Descending order",
              "isDeprecated": false,
              "deprecationReason": null
            },
            {
              "name": "asc",
              "description": "Ascending order",
              "isDeprecated": false,
              "deprecationReason": null
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "UserPreference",
          "description": "A user's preferences as key/value pairs",
          "interfaces": [],
          "fields": [
            {
              "name": "name",
              "description": "The name of the preference",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "value",
              "description": "The value of the preference",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "PersonPreference",
          "description": "A person's preferences as key/value pairs",
          "interfaces": [],
          "fields": [
            {
              "name": "name",
              "description": "The name of the preference",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "value",
              "description": "The value of the preference",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "TeamPreference",
          "description": "A team's preferences as key/value pairs",
          "interfaces": [],
          "fields": [
            {
              "name": "name",
              "description": "The name of the preference",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "value",
              "description": "The value of the preference",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "SlackChannel",
          "description": "A slack channel",
          "interfaces": [],
          "fields": [
            {
              "name": "chatTeamId",
              "description": "The id of the chat team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "name",
              "description": "The name of the channel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "id",
              "description": "The id of the channel",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "OwnerLogin",
          "description": "a GitHub Owner (like an Org) can set a login to be used for background tasks",
          "interfaces": [],
          "fields": [
            {
              "name": "owner",
              "description": "The owner name for the Organization/Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "providerId",
              "description": "The id of the git provider for this Owner",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "login",
              "description": "The login that should be used",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "RepoLogin",
          "description": "a GitHub Owner (like an Org) can set a login to be used for background tasks",
          "interfaces": [],
          "fields": [
            {
              "name": "repo",
              "description": "The repository name",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "owner",
              "description": "The owner name for the Organization/Team",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "providerId",
              "description": "The id of the git provider for this Owner",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            },
            {
              "name": "login",
              "description": "The login that should be used",
              "args": [],
              "type": {
                "kind": "SCALAR",
                "name": "String"
              }
            }
          ]
        },
        {
          "kind": "OBJECT",
          "name": "RepoOnboarded",
          "description": "The data for an existing Repo has been loaded and is ready for querying",
          "interfaces": [],
          "args": [],
          "fields": [
            {
              "name": "repo",
              "description": "GitHub Repository",
              "args": [],
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Repo",
                  "ofType": null
                }
              }
            }
          ]
        }
      ],
      "directives": [
        {
          "name": "model",
          "description": "entity is a model type",
          "locations": [
            "FIELD"
          ],
          "args": []
        },
        {
          "name": "include",
          "description": "Directs the executor to include this field or fragment only when the `if` argument is true",
          "locations": [
            "FIELD",
            "FRAGMENT_SPREAD",
            "INLINE_FRAGMENT"
          ],
          "args": [
            {
              "name": "if",
              "description": "Included when true.",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ]
        },
        {
          "name": "skip",
          "description": "Directs the executor to skip this field or fragment when the `if`'argument is true.",
          "locations": [
            "FIELD",
            "FRAGMENT_SPREAD",
            "INLINE_FRAGMENT"
          ],
          "args": [
            {
              "name": "if",
              "description": "Skipped when true.",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ]
        },
        {
          "name": "required",
          "description": "Requires this field to be present and not null or empty",
          "locations": [
            "FIELD"
          ],
          "args": []
        },
        {
          "name": "ne",
          "description": "Ensures a field's value does not equal 'value'",
          "locations": [
            "FIELD"
          ],
          "args": [
            {
              "name": "value",
              "description": "Value to match with fields value (after .toString)",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ]
        },
        {
          "name": "matches",
          "description": "Ensures a field's value matches the supplied regular expression",
          "locations": [
            "FIELD"
          ],
          "args": [
            {
              "name": "re",
              "description": "Re to match with fields value (after .toString)",
              "type": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              },
              "defaultValue": null
            }
          ]
        }
      ]
    }
  },
  "extensions": {
    "correlation_id": "1c5199ee-117b-410c-a279-0b302ccf69f8"
  }
}