UNPKG

@atomist/atomist-sdm

Version:

Atomist SDM to deliver our own projects

1,539 lines (1,538 loc) • 3.65 MB
{ "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",