@graphitation/supermassive 0.8.0 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/CHANGELOG.md +18 -2
- package/lib/benchmarks/swapi-schema/__generated__/schema.js +41 -0
- package/lib/benchmarks/swapi-schema/__generated__/schema.mjs +19 -0
- package/lib/bin/supermassive.js +0 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/package.json +5 -4
- package/CHANGELOG.json +0 -380
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/execute.test.ts":"1","/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts":"2","/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/subscribe.test.ts":"3","/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/TypedAST.ts":"4","/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts":"5","/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/addTypesToRequestDocument.ts":"6","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/index.ts":"7","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/nice-benchmark.ts":"8","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/index.ts":"9","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/models.ts":"10","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts":"11","/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/__tests__/typeDefsToImplicitResolvers.test.ts":"12","/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/supermassive.ts":"13","/home/runner/work/graphitation/graphitation/packages/supermassive/src/collectFields.ts":"14","/home/runner/work/graphitation/graphitation/packages/supermassive/src/compiledQuery.ts":"15","/home/runner/work/graphitation/graphitation/packages/supermassive/src/definition.ts":"16","/home/runner/work/graphitation/graphitation/packages/supermassive/src/directives.ts":"17","/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithSchema.ts":"18","/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithoutSchema.ts":"19","/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesRuntime.ts":"20","/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesToTypescript.ts":"21","/home/runner/work/graphitation/graphitation/packages/supermassive/src/index.ts":"22","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Maybe.ts":"23","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/ObjMap.ts":"24","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Path.ts":"25","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/PromiseOrValue.ts":"26","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/devAssert.ts":"27","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/didYouMean.ts":"28","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/identityFunc.ts":"29","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/inspect.ts":"30","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/instanceOf.ts":"31","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/invariant.ts":"32","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isAsyncIterable.ts":"33","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isIterableObject.ts":"34","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isObjectLike.ts":"35","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isPromise.ts":"36","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyMap.ts":"37","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyValMap.ts":"38","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/mapValue.ts":"39","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/memoize3.ts":"40","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/naturalCompare.ts":"41","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/printPathArray.ts":"42","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseForObject.ts":"43","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseReduce.ts":"44","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/suggestionList.ts":"45","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/toObjMap.ts":"46","/home/runner/work/graphitation/graphitation/packages/supermassive/src/subscribeWithSchema.ts":"47","/home/runner/work/graphitation/graphitation/packages/supermassive/src/subscribeWithoutSchema.ts":"48","/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts":"49","/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/transformerTestUtils.ts":"50","/home/runner/work/graphitation/graphitation/packages/supermassive/src/types.ts":"51","/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/mapAsyncIterator.ts":"52","/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/mergeResolvers.ts":"53","/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/typeNameFromAST.ts":"54","/home/runner/work/graphitation/graphitation/packages/supermassive/src/values.ts":"55"},{"size":6041,"mtime":1644498446261,"results":"56","hashOfConfig":"57"},{"size":1592,"mtime":1644498446261,"results":"58","hashOfConfig":"57"},{"size":6845,"mtime":1644498446261,"results":"59","hashOfConfig":"57"},{"size":14345,"mtime":1644498446261,"results":"60","hashOfConfig":"57"},{"size":5297,"mtime":1644498446261,"results":"61","hashOfConfig":"57"},{"size":2189,"mtime":1644498446261,"results":"62","hashOfConfig":"57"},{"size":3662,"mtime":1644498446261,"results":"63","hashOfConfig":"57"},{"size":712,"mtime":1644498446261,"results":"64","hashOfConfig":"57"},{"size":382,"mtime":1644498446261,"results":"65","hashOfConfig":"57"},{"size":128,"mtime":1644498446261,"results":"66","hashOfConfig":"57"},{"size":10233,"mtime":1644498446261,"results":"67","hashOfConfig":"57"},{"size":848,"mtime":1644498446265,"results":"68","hashOfConfig":"57"},{"size":1655,"mtime":1644498446265,"results":"69","hashOfConfig":"57"},{"size":5387,"mtime":1644498446265,"results":"70","hashOfConfig":"57"},{"size":3431,"mtime":1644498446265,"results":"71","hashOfConfig":"57"},{"size":1649,"mtime":1644498446265,"results":"72","hashOfConfig":"57"},{"size":6589,"mtime":1644498446265,"results":"73","hashOfConfig":"57"},{"size":1230,"mtime":1644498446265,"results":"74","hashOfConfig":"57"},{"size":28220,"mtime":1644498446265,"results":"75","hashOfConfig":"57"},{"size":4918,"mtime":1644498446265,"results":"76","hashOfConfig":"57"},{"size":14787,"mtime":1644498446265,"results":"77","hashOfConfig":"57"},{"size":1735,"mtime":1644498446265,"results":"78","hashOfConfig":"57"},{"size":134,"mtime":1644498446265,"results":"79","hashOfConfig":"57"},{"size":277,"mtime":1644498446265,"results":"80","hashOfConfig":"57"},{"size":711,"mtime":1644498446265,"results":"81","hashOfConfig":"57"},{"size":48,"mtime":1644498446265,"results":"82","hashOfConfig":"57"},{"size":269,"mtime":1644498446265,"results":"83","hashOfConfig":"57"},{"size":1038,"mtime":1644498446265,"results":"84","hashOfConfig":"57"},{"size":108,"mtime":1644498446265,"results":"85","hashOfConfig":"57"},{"size":2797,"mtime":1644498446265,"results":"86","hashOfConfig":"57"},{"size":2294,"mtime":1644498446265,"results":"87","hashOfConfig":"57"},{"size":357,"mtime":1644498446265,"results":"88","hashOfConfig":"57"},{"size":325,"mtime":1644498446265,"results":"89","hashOfConfig":"57"},{"size":778,"mtime":1644498446265,"results":"90","hashOfConfig":"57"},{"size":278,"mtime":1644498446265,"results":"91","hashOfConfig":"57"},{"size":227,"mtime":1644498446265,"results":"92","hashOfConfig":"57"},{"size":921,"mtime":1644498446265,"results":"93","hashOfConfig":"57"},{"size":764,"mtime":1644498446265,"results":"94","hashOfConfig":"57"},{"size":441,"mtime":1644498446265,"results":"95","hashOfConfig":"57"},{"size":821,"mtime":1644498446265,"results":"96","hashOfConfig":"57"},{"size":1314,"mtime":1644498446265,"results":"97","hashOfConfig":"57"},{"size":253,"mtime":1644498446265,"results":"98","hashOfConfig":"57"},{"size":650,"mtime":1644498446265,"results":"99","hashOfConfig":"57"},{"size":803,"mtime":1644498446265,"results":"100","hashOfConfig":"57"},{"size":3938,"mtime":1644498446265,"results":"101","hashOfConfig":"57"},{"size":503,"mtime":1644498446265,"results":"102","hashOfConfig":"57"},{"size":1280,"mtime":1644498446265,"results":"103","hashOfConfig":"57"},{"size":9122,"mtime":1644498446265,"results":"104","hashOfConfig":"57"},{"size":495,"mtime":1644498446265,"results":"105","hashOfConfig":"57"},{"size":6652,"mtime":1644498446265,"results":"106","hashOfConfig":"57"},{"size":4576,"mtime":1644498446265,"results":"107","hashOfConfig":"57"},{"size":1815,"mtime":1644498446265,"results":"108","hashOfConfig":"57"},{"size":735,"mtime":1644498446265,"results":"109","hashOfConfig":"57"},{"size":308,"mtime":1644498446265,"results":"110","hashOfConfig":"57"},{"size":9318,"mtime":1644498446265,"results":"111","hashOfConfig":"57"},{"filePath":"112","messages":"113","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mi6wul",{"filePath":"114","messages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"120","messages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"138","messages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"144","messages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"150","messages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"196","messages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/execute.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/subscribe.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/TypedAST.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/addTypesToRequestDocument.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/nice-benchmark.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/models.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/__tests__/typeDefsToImplicitResolvers.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/supermassive.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/collectFields.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/compiledQuery.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/definition.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/directives.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithSchema.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithoutSchema.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesRuntime.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesToTypescript.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Maybe.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/ObjMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Path.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/PromiseOrValue.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/devAssert.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/didYouMean.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/identityFunc.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/inspect.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/instanceOf.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/invariant.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isAsyncIterable.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isIterableObject.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isObjectLike.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isPromise.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyValMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/mapValue.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/memoize3.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/naturalCompare.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/printPathArray.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseForObject.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseReduce.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/suggestionList.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/toObjMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/subscribeWithSchema.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/subscribeWithoutSchema.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/transformerTestUtils.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/types.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/mapAsyncIterator.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/mergeResolvers.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/typeNameFromAST.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/values.ts",[]]
|
|
1
|
+
[{"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/execute.test.ts":"1","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts":"2","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/subscribe.test.ts":"3","/mnt/vss/_work/1/s/packages/supermassive/src/ast/TypedAST.ts":"4","/mnt/vss/_work/1/s/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts":"5","/mnt/vss/_work/1/s/packages/supermassive/src/ast/addTypesToRequestDocument.ts":"6","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/index.ts":"7","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/nice-benchmark.ts":"8","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/index.ts":"9","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/models.ts":"10","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts":"11","/mnt/vss/_work/1/s/packages/supermassive/src/bin/__tests__/typeDefsToImplicitResolvers.test.ts":"12","/mnt/vss/_work/1/s/packages/supermassive/src/bin/supermassive.ts":"13","/mnt/vss/_work/1/s/packages/supermassive/src/collectFields.ts":"14","/mnt/vss/_work/1/s/packages/supermassive/src/compiledQuery.ts":"15","/mnt/vss/_work/1/s/packages/supermassive/src/definition.ts":"16","/mnt/vss/_work/1/s/packages/supermassive/src/directives.ts":"17","/mnt/vss/_work/1/s/packages/supermassive/src/executeWithSchema.ts":"18","/mnt/vss/_work/1/s/packages/supermassive/src/executeWithoutSchema.ts":"19","/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesRuntime.ts":"20","/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesToTypescript.ts":"21","/mnt/vss/_work/1/s/packages/supermassive/src/index.ts":"22","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Maybe.ts":"23","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/ObjMap.ts":"24","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Path.ts":"25","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/PromiseOrValue.ts":"26","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/devAssert.ts":"27","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/didYouMean.ts":"28","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/identityFunc.ts":"29","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/inspect.ts":"30","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/instanceOf.ts":"31","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/invariant.ts":"32","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isAsyncIterable.ts":"33","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isIterableObject.ts":"34","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isObjectLike.ts":"35","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isPromise.ts":"36","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyMap.ts":"37","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyValMap.ts":"38","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/mapValue.ts":"39","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/memoize3.ts":"40","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/naturalCompare.ts":"41","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/printPathArray.ts":"42","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseForObject.ts":"43","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseReduce.ts":"44","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/suggestionList.ts":"45","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/toObjMap.ts":"46","/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithSchema.ts":"47","/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithoutSchema.ts":"48","/mnt/vss/_work/1/s/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts":"49","/mnt/vss/_work/1/s/packages/supermassive/src/transforms/transformerTestUtils.ts":"50","/mnt/vss/_work/1/s/packages/supermassive/src/types.ts":"51","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mapAsyncIterator.ts":"52","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mergeResolvers.ts":"53","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/typeNameFromAST.ts":"54","/mnt/vss/_work/1/s/packages/supermassive/src/values.ts":"55"},{"size":6041,"mtime":1651599667312,"results":"56","hashOfConfig":"57"},{"size":1592,"mtime":1651599667312,"results":"58","hashOfConfig":"57"},{"size":6845,"mtime":1651599667312,"results":"59","hashOfConfig":"57"},{"size":14345,"mtime":1651599667312,"results":"60","hashOfConfig":"57"},{"size":5297,"mtime":1651599667312,"results":"61","hashOfConfig":"57"},{"size":2189,"mtime":1651599667312,"results":"62","hashOfConfig":"57"},{"size":3662,"mtime":1651599667312,"results":"63","hashOfConfig":"57"},{"size":712,"mtime":1651599667312,"results":"64","hashOfConfig":"57"},{"size":382,"mtime":1651599667312,"results":"65","hashOfConfig":"57"},{"size":128,"mtime":1651599667312,"results":"66","hashOfConfig":"57"},{"size":10233,"mtime":1651599667312,"results":"67","hashOfConfig":"57"},{"size":848,"mtime":1651599667312,"results":"68","hashOfConfig":"57"},{"size":1655,"mtime":1651599667312,"results":"69","hashOfConfig":"57"},{"size":5387,"mtime":1651599667312,"results":"70","hashOfConfig":"57"},{"size":3431,"mtime":1651599667312,"results":"71","hashOfConfig":"57"},{"size":1649,"mtime":1651599667312,"results":"72","hashOfConfig":"57"},{"size":6589,"mtime":1651599667312,"results":"73","hashOfConfig":"57"},{"size":1230,"mtime":1651599667312,"results":"74","hashOfConfig":"57"},{"size":28220,"mtime":1651599667312,"results":"75","hashOfConfig":"57"},{"size":4918,"mtime":1651599667312,"results":"76","hashOfConfig":"57"},{"size":14787,"mtime":1651599667312,"results":"77","hashOfConfig":"57"},{"size":1760,"mtime":1651599667312,"results":"78","hashOfConfig":"57"},{"size":134,"mtime":1651599667312,"results":"79","hashOfConfig":"57"},{"size":277,"mtime":1651599667312,"results":"80","hashOfConfig":"57"},{"size":711,"mtime":1651599667312,"results":"81","hashOfConfig":"57"},{"size":48,"mtime":1651599667312,"results":"82","hashOfConfig":"57"},{"size":269,"mtime":1651599667312,"results":"83","hashOfConfig":"57"},{"size":1038,"mtime":1651599667312,"results":"84","hashOfConfig":"57"},{"size":108,"mtime":1651599667312,"results":"85","hashOfConfig":"57"},{"size":2797,"mtime":1651599667324,"results":"86","hashOfConfig":"57"},{"size":2294,"mtime":1651599667324,"results":"87","hashOfConfig":"57"},{"size":357,"mtime":1651599667324,"results":"88","hashOfConfig":"57"},{"size":325,"mtime":1651599667324,"results":"89","hashOfConfig":"57"},{"size":778,"mtime":1651599667324,"results":"90","hashOfConfig":"57"},{"size":278,"mtime":1651599667324,"results":"91","hashOfConfig":"57"},{"size":227,"mtime":1651599667324,"results":"92","hashOfConfig":"57"},{"size":921,"mtime":1651599667324,"results":"93","hashOfConfig":"57"},{"size":764,"mtime":1651599667324,"results":"94","hashOfConfig":"57"},{"size":441,"mtime":1651599667324,"results":"95","hashOfConfig":"57"},{"size":821,"mtime":1651599667324,"results":"96","hashOfConfig":"57"},{"size":1314,"mtime":1651599667324,"results":"97","hashOfConfig":"57"},{"size":253,"mtime":1651599667324,"results":"98","hashOfConfig":"57"},{"size":650,"mtime":1651599667324,"results":"99","hashOfConfig":"57"},{"size":803,"mtime":1651599667324,"results":"100","hashOfConfig":"57"},{"size":3938,"mtime":1651599667324,"results":"101","hashOfConfig":"57"},{"size":503,"mtime":1651599667324,"results":"102","hashOfConfig":"57"},{"size":1280,"mtime":1651599667324,"results":"103","hashOfConfig":"57"},{"size":9122,"mtime":1651599667324,"results":"104","hashOfConfig":"57"},{"size":495,"mtime":1651599667324,"results":"105","hashOfConfig":"57"},{"size":6652,"mtime":1651599667324,"results":"106","hashOfConfig":"57"},{"size":4576,"mtime":1651599667324,"results":"107","hashOfConfig":"57"},{"size":1815,"mtime":1651599667324,"results":"108","hashOfConfig":"57"},{"size":735,"mtime":1651599667324,"results":"109","hashOfConfig":"57"},{"size":308,"mtime":1651599667324,"results":"110","hashOfConfig":"57"},{"size":9318,"mtime":1651599667324,"results":"111","hashOfConfig":"57"},{"filePath":"112","messages":"113","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"17q1hrq",{"filePath":"114","messages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"120","messages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"138","messages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"144","messages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"150","messages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"196","messages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/execute.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/subscribe.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/TypedAST.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/addTypesToRequestDocument.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/index.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/nice-benchmark.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/index.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/models.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/bin/__tests__/typeDefsToImplicitResolvers.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/bin/supermassive.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/collectFields.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/compiledQuery.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/definition.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/directives.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/executeWithSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/executeWithoutSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesRuntime.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesToTypescript.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/index.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Maybe.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/ObjMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Path.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/PromiseOrValue.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/devAssert.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/didYouMean.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/identityFunc.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/inspect.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/instanceOf.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/invariant.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isAsyncIterable.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isIterableObject.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isObjectLike.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isPromise.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyValMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/mapValue.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/memoize3.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/naturalCompare.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/printPathArray.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseForObject.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseReduce.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/suggestionList.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/toObjMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithoutSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/transforms/transformerTestUtils.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/types.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mapAsyncIterator.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mergeResolvers.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/typeNameFromAST.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/values.ts",[]]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @graphitation/supermassive
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 03 May 2022 17:45:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.3
|
|
8
|
+
|
|
9
|
+
Tue, 03 May 2022 17:45:06 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Expose TypeScript type FunctionFieldResolver (vladimir.razuvaev@gmail.com)
|
|
14
|
+
|
|
15
|
+
## 0.8.2
|
|
16
|
+
|
|
17
|
+
Fri, 01 Apr 2022 16:00:03 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Pin TS dependency (eloy.de.enige@gmail.com)
|
|
22
|
+
|
|
7
23
|
## 0.8.0
|
|
8
24
|
|
|
9
|
-
Thu, 10 Feb 2022 13:09:
|
|
25
|
+
Thu, 10 Feb 2022 13:09:46 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, {get: all[name], enumerable: true});
|
|
11
|
+
};
|
|
12
|
+
var __reExport = (target, module2, desc) => {
|
|
13
|
+
if (module2 && typeof module2 === "object" || typeof module2 === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(module2))
|
|
15
|
+
if (!__hasOwnProp.call(target, key) && key !== "default")
|
|
16
|
+
__defProp(target, key, {get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable});
|
|
17
|
+
}
|
|
18
|
+
return target;
|
|
19
|
+
};
|
|
20
|
+
var __toModule = (module2) => {
|
|
21
|
+
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
22
|
+
};
|
|
23
|
+
__markAsModule(exports);
|
|
24
|
+
__export(exports, {
|
|
25
|
+
resolvers: () => resolvers
|
|
26
|
+
});
|
|
27
|
+
var import_graphql = __toModule(require("graphql"));
|
|
28
|
+
const SearchResult = {__types: ["Person", "Starship", "Transport", "Species", "Vehicle", "Planet", "Film"], __resolveType: void 0};
|
|
29
|
+
const NodeType = new import_graphql.GraphQLEnumType({name: "NodeType", description: "", values: {Person: {description: ""}, Starship: {description: ""}, Transport: {description: ""}, Species: {description: ""}, Vehicle: {description: ""}, Planet: {description: ""}, Film: {description: ""}}});
|
|
30
|
+
const Subscription = {};
|
|
31
|
+
const Query = {};
|
|
32
|
+
const Alive = {__types: ["Person", "Species"], __resolveType: void 0};
|
|
33
|
+
const Film = {};
|
|
34
|
+
const Vehicle = {};
|
|
35
|
+
const Person = {};
|
|
36
|
+
const Starship = {};
|
|
37
|
+
const Planet = {};
|
|
38
|
+
const Species = {};
|
|
39
|
+
const Transport = {};
|
|
40
|
+
const Node = {__implementedBy: ["Film", "Vehicle", "Person", "Starship", "Planet", "Species", "Transport"], __resolveType: void 0};
|
|
41
|
+
const resolvers = {SearchResult, NodeType, Subscription, Query, Node, Alive, Film, Vehicle, Person, Starship, Planet, Species, Transport};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// src/benchmarks/swapi-schema/__generated__/schema.ts
|
|
2
|
+
import {GraphQLEnumType} from "graphql";
|
|
3
|
+
var SearchResult = {__types: ["Person", "Starship", "Transport", "Species", "Vehicle", "Planet", "Film"], __resolveType: void 0};
|
|
4
|
+
var NodeType = new GraphQLEnumType({name: "NodeType", description: "", values: {Person: {description: ""}, Starship: {description: ""}, Transport: {description: ""}, Species: {description: ""}, Vehicle: {description: ""}, Planet: {description: ""}, Film: {description: ""}}});
|
|
5
|
+
var Subscription = {};
|
|
6
|
+
var Query = {};
|
|
7
|
+
var Alive = {__types: ["Person", "Species"], __resolveType: void 0};
|
|
8
|
+
var Film = {};
|
|
9
|
+
var Vehicle = {};
|
|
10
|
+
var Person = {};
|
|
11
|
+
var Starship = {};
|
|
12
|
+
var Planet = {};
|
|
13
|
+
var Species = {};
|
|
14
|
+
var Transport = {};
|
|
15
|
+
var Node = {__implementedBy: ["Film", "Vehicle", "Person", "Starship", "Planet", "Species", "Transport"], __resolveType: void 0};
|
|
16
|
+
var resolvers = {SearchResult, NodeType, Subscription, Query, Node, Alive, Film, Vehicle, Person, Starship, Planet, Species, Transport};
|
|
17
|
+
export {
|
|
18
|
+
resolvers
|
|
19
|
+
};
|
package/lib/bin/supermassive.js
CHANGED
|
File without changes
|
package/lib/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export { executeWithoutSchema } from "./executeWithoutSchema";
|
|
|
2
2
|
export { executeWithSchema } from "./executeWithSchema";
|
|
3
3
|
export { subscribeWithSchema } from "./subscribeWithSchema";
|
|
4
4
|
export { subscribeWithoutSchema } from "./subscribeWithoutSchema";
|
|
5
|
-
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, Resolvers, } from "./types";
|
|
5
|
+
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, FunctionFieldResolver, Resolvers, } from "./types";
|
|
6
6
|
export { addTypesToRequestDocument } from "./ast/addTypesToRequestDocument";
|
|
7
7
|
export { extractImplicitTypes } from "./extractImplicitTypesRuntime";
|
|
8
8
|
export { specifiedScalars } from "./values";
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,YAAY,EACV,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,SAAS,GACV,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,+CAA+C,CAAC;AAEjG,YAAY,EACV,QAAQ,EACR,YAAY,EACZ,uBAAuB,EACvB,sBAAsB,EACtB,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,YAAY,EACZ,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,eAAe,EACf,eAAe,EACf,aAAa,EACb,aAAa,EACb,YAAY,EACZ,eAAe,EACf,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,wBAAwB,EACxB,mBAAmB,EACnB,wBAAwB,EACxB,2BAA2B,EAC3B,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACvB,0BAA0B,EAC1B,sBAAsB,EACtB,qBAAqB,EACrB,4BAA4B,GAC7B,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,YAAY,EACV,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,qBAAqB,EACrB,SAAS,GACV,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,+CAA+C,CAAC;AAEjG,YAAY,EACV,QAAQ,EACR,YAAY,EACZ,uBAAuB,EACvB,sBAAsB,EACtB,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,YAAY,EACZ,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,eAAe,EACf,eAAe,EACf,aAAa,EACb,aAAa,EACb,YAAY,EACZ,eAAe,EACf,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,wBAAwB,EACxB,mBAAmB,EACnB,wBAAwB,EACxB,2BAA2B,EAC3B,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACvB,0BAA0B,EAC1B,sBAAsB,EACtB,qBAAqB,EACrB,4BAA4B,GAC7B,MAAM,gBAAgB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphitation/supermassive",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"bin": {
|
|
6
6
|
"supermassive": "./bin/supermassive.js"
|
|
7
7
|
},
|
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "monorepo-scripts build",
|
|
16
16
|
"lint": "monorepo-scripts lint",
|
|
17
|
-
"test": "
|
|
18
|
-
"types": "monorepo-scripts types",
|
|
17
|
+
"test": "yarn extract-schema && monorepo-scripts test",
|
|
18
|
+
"types": "yarn extract-schema && monorepo-scripts types",
|
|
19
19
|
"just": "monorepo-scripts",
|
|
20
|
+
"extract-schema": "yarn build && node ./bin/supermassive.js extract-schema ./src/benchmarks/swapi-schema/schema.graphql",
|
|
20
21
|
"benchmark": "ts-node -T ./src/benchmarks/index.ts"
|
|
21
22
|
},
|
|
22
23
|
"devDependencies": {
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
"dependencies": {
|
|
40
41
|
"commander": "^8.3.0",
|
|
41
42
|
"graphql": "^15.6.1",
|
|
42
|
-
"typescript": "^4.4.3"
|
|
43
|
+
"typescript": "^4.4.3 <4.5.0"
|
|
43
44
|
},
|
|
44
45
|
"types": "./lib/index.d.ts",
|
|
45
46
|
"module": "./lib/index.mjs",
|
package/CHANGELOG.json
DELETED
|
@@ -1,380 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@graphitation/supermassive",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 10 Feb 2022 13:09:41 GMT",
|
|
6
|
-
"tag": "@graphitation/supermassive_v0.8.0",
|
|
7
|
-
"version": "0.8.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"minor": [
|
|
10
|
-
{
|
|
11
|
-
"author": "jakubvejr@microsoft.com",
|
|
12
|
-
"package": "@graphitation/supermassive",
|
|
13
|
-
"commit": "a12b07ea264c714c3a1a4594084cfe9145e0a3a8",
|
|
14
|
-
"comment": "Resolvers merge is not required before using executeWithoutSchema"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Mon, 07 Feb 2022 09:13:38 GMT",
|
|
21
|
-
"tag": "@graphitation/supermassive_v0.7.2",
|
|
22
|
-
"version": "0.7.2",
|
|
23
|
-
"comments": {
|
|
24
|
-
"patch": [
|
|
25
|
-
{
|
|
26
|
-
"author": "jakubvejr@microsoft.com",
|
|
27
|
-
"package": "@graphitation/supermassive",
|
|
28
|
-
"commit": "e424c9cafe96e42a28edecf8ea1ef3500d7b071b",
|
|
29
|
-
"comment": "tests use extracted resolvers from typescript file"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"date": "Fri, 04 Feb 2022 11:53:40 GMT",
|
|
36
|
-
"tag": "@graphitation/supermassive_v0.7.1",
|
|
37
|
-
"version": "0.7.1",
|
|
38
|
-
"comments": {
|
|
39
|
-
"patch": [
|
|
40
|
-
{
|
|
41
|
-
"author": "jakubvejr@microsoft.com",
|
|
42
|
-
"package": "@graphitation/supermassive",
|
|
43
|
-
"commit": "943230ef7535d211f99a7ea8a54cc5e80a50754c",
|
|
44
|
-
"comment": "ensureValidRuntimeType error messages modified"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"date": "Thu, 03 Feb 2022 09:30:26 GMT",
|
|
51
|
-
"tag": "@graphitation/supermassive_v0.7.0",
|
|
52
|
-
"version": "0.7.0",
|
|
53
|
-
"comments": {
|
|
54
|
-
"minor": [
|
|
55
|
-
{
|
|
56
|
-
"author": "jakubvejr@microsoft.com",
|
|
57
|
-
"package": "@graphitation/supermassive",
|
|
58
|
-
"commit": "8de2f546c23c6d09c6461ca291873ed22660566f",
|
|
59
|
-
"comment": "check whether a fragment is applicable to the given type"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"date": "Wed, 26 Jan 2022 09:11:30 GMT",
|
|
66
|
-
"tag": "@graphitation/supermassive_v0.6.3",
|
|
67
|
-
"version": "0.6.3",
|
|
68
|
-
"comments": {
|
|
69
|
-
"patch": [
|
|
70
|
-
{
|
|
71
|
-
"author": "jakubvejr@microsoft.com",
|
|
72
|
-
"package": "@graphitation/supermassive",
|
|
73
|
-
"commit": "db06c5c33b72f611a7a7aca25a7d2f2b808a6d60",
|
|
74
|
-
"comment": "getArgumentValues fix"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"date": "Tue, 25 Jan 2022 09:56:59 GMT",
|
|
81
|
-
"tag": "@graphitation/supermassive_v0.6.1",
|
|
82
|
-
"version": "0.6.1",
|
|
83
|
-
"comments": {
|
|
84
|
-
"none": [
|
|
85
|
-
{
|
|
86
|
-
"author": "mnovikov@microsoft.com",
|
|
87
|
-
"package": "@graphitation/supermassive",
|
|
88
|
-
"commit": "5fddfaa87809a5e094f61cb2bbd3f1b69202e7f1",
|
|
89
|
-
"comment": "Add prettierrc, add it to linter and force it to do it"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"date": "Mon, 24 Jan 2022 13:40:52 GMT",
|
|
96
|
-
"tag": "@graphitation/supermassive_v0.6.1",
|
|
97
|
-
"version": "0.6.1",
|
|
98
|
-
"comments": {
|
|
99
|
-
"patch": [
|
|
100
|
-
{
|
|
101
|
-
"author": "mnovikov@microsoft.com",
|
|
102
|
-
"package": "@graphitation/supermassive",
|
|
103
|
-
"commit": "ce2d4f019baf1717202a3c33ec0d75fa3b5a4fb3",
|
|
104
|
-
"comment": "Fix Webpack 4 compat"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"date": "Mon, 24 Jan 2022 11:18:59 GMT",
|
|
111
|
-
"tag": "@graphitation/supermassive_v0.6.0",
|
|
112
|
-
"version": "0.6.0",
|
|
113
|
-
"comments": {
|
|
114
|
-
"minor": [
|
|
115
|
-
{
|
|
116
|
-
"author": "jakubvejr@microsoft.com",
|
|
117
|
-
"package": "@graphitation/supermassive",
|
|
118
|
-
"commit": "6f7d0728d4f196601758acde6fb2b02477201df5",
|
|
119
|
-
"comment": "Directives implemented"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"date": "Wed, 19 Jan 2022 13:39:52 GMT",
|
|
126
|
-
"tag": "@graphitation/supermassive_v0.5.2",
|
|
127
|
-
"version": "0.5.2",
|
|
128
|
-
"comments": {
|
|
129
|
-
"patch": [
|
|
130
|
-
{
|
|
131
|
-
"author": "jakubvejr@microsoft.com",
|
|
132
|
-
"package": "@graphitation/supermassive",
|
|
133
|
-
"commit": "bbcd6d2d5fe95073e9bea820f92298f397edda26",
|
|
134
|
-
"comment": "Export AST types"
|
|
135
|
-
}
|
|
136
|
-
]
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"date": "Tue, 18 Jan 2022 12:29:14 GMT",
|
|
141
|
-
"tag": "@graphitation/supermassive_v0.5.1",
|
|
142
|
-
"version": "0.5.1",
|
|
143
|
-
"comments": {
|
|
144
|
-
"patch": [
|
|
145
|
-
{
|
|
146
|
-
"author": "jakubvejr@microsoft.com",
|
|
147
|
-
"package": "@graphitation/supermassive",
|
|
148
|
-
"commit": "e48a7490997e1c9cd3487c1b2c178c56c1ce5a1b",
|
|
149
|
-
"comment": "Reexported type fixed"
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"date": "Tue, 18 Jan 2022 09:59:51 GMT",
|
|
156
|
-
"tag": "@graphitation/supermassive_v0.5.0",
|
|
157
|
-
"version": "0.5.0",
|
|
158
|
-
"comments": {
|
|
159
|
-
"minor": [
|
|
160
|
-
{
|
|
161
|
-
"author": "jakubvejr@microsoft.com",
|
|
162
|
-
"package": "@graphitation/supermassive",
|
|
163
|
-
"commit": "6a2790e55986f1ae77c6abacdc7e7b81255c68f2",
|
|
164
|
-
"comment": "Added support for subscribe operation"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"date": "Fri, 14 Jan 2022 11:15:34 GMT",
|
|
171
|
-
"tag": "@graphitation/supermassive_v0.4.5",
|
|
172
|
-
"version": "0.4.5",
|
|
173
|
-
"comments": {
|
|
174
|
-
"patch": [
|
|
175
|
-
{
|
|
176
|
-
"author": "mnovikov@microsoft.com",
|
|
177
|
-
"package": "@graphitation/supermassive",
|
|
178
|
-
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b",
|
|
179
|
-
"comment": "Make sideffects false actually work"
|
|
180
|
-
}
|
|
181
|
-
]
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"date": "Fri, 14 Jan 2022 10:12:20 GMT",
|
|
186
|
-
"tag": "@graphitation/supermassive_v0.4.4",
|
|
187
|
-
"version": "0.4.4",
|
|
188
|
-
"comments": {
|
|
189
|
-
"patch": [
|
|
190
|
-
{
|
|
191
|
-
"author": "mnovikov@microsoft.com",
|
|
192
|
-
"package": "@graphitation/supermassive",
|
|
193
|
-
"commit": "31a3867a32c3001ded73331c7a546057eb480a62",
|
|
194
|
-
"comment": "Add side-effects false to all production packages for webpack opt"
|
|
195
|
-
}
|
|
196
|
-
]
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"date": "Mon, 10 Jan 2022 12:12:59 GMT",
|
|
201
|
-
"tag": "@graphitation/supermassive_v0.4.3",
|
|
202
|
-
"version": "0.4.3",
|
|
203
|
-
"comments": {
|
|
204
|
-
"patch": [
|
|
205
|
-
{
|
|
206
|
-
"author": "vladimir.razuvaev@gmail.com",
|
|
207
|
-
"package": "@graphitation/supermassive",
|
|
208
|
-
"commit": "d76697496d8501bdbab6e4f4ace0d12910c37647",
|
|
209
|
-
"comment": "Unpin typescript dependency"
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"date": "Thu, 23 Dec 2021 13:01:22 GMT",
|
|
216
|
-
"tag": "@graphitation/supermassive_v0.4.2",
|
|
217
|
-
"version": "0.4.2",
|
|
218
|
-
"comments": {
|
|
219
|
-
"none": [
|
|
220
|
-
{
|
|
221
|
-
"author": "eloy.de.enige@gmail.com",
|
|
222
|
-
"package": "@graphitation/supermassive",
|
|
223
|
-
"commit": "bbbe8844858f53ceed2bd1c8790d3aff43b919df",
|
|
224
|
-
"comment": "[package] Add repo details to other packages and template"
|
|
225
|
-
}
|
|
226
|
-
]
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"date": "Thu, 23 Dec 2021 12:10:32 GMT",
|
|
231
|
-
"tag": "@graphitation/supermassive_v0.4.2",
|
|
232
|
-
"version": "0.4.2",
|
|
233
|
-
"comments": {
|
|
234
|
-
"patch": [
|
|
235
|
-
{
|
|
236
|
-
"author": "mnovikov@microsoft.com",
|
|
237
|
-
"package": "@graphitation/supermassive",
|
|
238
|
-
"commit": "50a46ca3ff490d63949a5e77949b5269d7c4ab6a",
|
|
239
|
-
"comment": "Fix require in supermassive cli"
|
|
240
|
-
}
|
|
241
|
-
]
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"date": "Thu, 23 Dec 2021 11:32:16 GMT",
|
|
246
|
-
"tag": "@graphitation/supermassive_v0.4.1",
|
|
247
|
-
"version": "0.4.1",
|
|
248
|
-
"comments": {
|
|
249
|
-
"patch": [
|
|
250
|
-
{
|
|
251
|
-
"author": "mnovikov@microsoft.com",
|
|
252
|
-
"package": "@graphitation/supermassive",
|
|
253
|
-
"commit": "29d360b06e346a1f04fd20826fd2005da9f15a74",
|
|
254
|
-
"comment": "Add graphql-js notice"
|
|
255
|
-
}
|
|
256
|
-
]
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"date": "Thu, 23 Dec 2021 11:31:14 GMT",
|
|
261
|
-
"tag": "@graphitation/supermassive_v0.4.0",
|
|
262
|
-
"version": "0.4.0",
|
|
263
|
-
"comments": {
|
|
264
|
-
"minor": [
|
|
265
|
-
{
|
|
266
|
-
"author": "mnovikov@microsoft.com",
|
|
267
|
-
"package": "@graphitation/supermassive",
|
|
268
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680",
|
|
269
|
-
"comment": "Added proper mjs builds (bump for main release)"
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"date": "Tue, 14 Dec 2021 10:13:54 GMT",
|
|
276
|
-
"tag": "@graphitation/supermassive_v0.3.0",
|
|
277
|
-
"version": "0.3.0",
|
|
278
|
-
"comments": {
|
|
279
|
-
"minor": [
|
|
280
|
-
{
|
|
281
|
-
"author": "mnovikov@microsoft.com",
|
|
282
|
-
"package": "@graphitation/supermassive",
|
|
283
|
-
"commit": "fad5f1bc587470a2c85bf5763bb102a179a592b2",
|
|
284
|
-
"comment": "Support ESM in distro packages"
|
|
285
|
-
}
|
|
286
|
-
]
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"date": "Thu, 09 Dec 2021 14:41:56 GMT",
|
|
291
|
-
"tag": "@graphitation/supermassive_v0.2.0",
|
|
292
|
-
"version": "0.2.0",
|
|
293
|
-
"comments": {
|
|
294
|
-
"none": [
|
|
295
|
-
{
|
|
296
|
-
"comment": "Expand on what/why/how",
|
|
297
|
-
"author": "eloy.de.enige@gmail.com",
|
|
298
|
-
"commit": "7db88d6e25f7de28b92750c3e1908b5096078e3e",
|
|
299
|
-
"package": "@graphitation/supermassive"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"date": "Fri, 26 Nov 2021 15:43:37 GMT",
|
|
306
|
-
"tag": "@graphitation/supermassive_v0.2.0",
|
|
307
|
-
"version": "0.2.0",
|
|
308
|
-
"comments": {
|
|
309
|
-
"minor": [
|
|
310
|
-
{
|
|
311
|
-
"comment": "Updated supermassive to be more suitable for usage",
|
|
312
|
-
"author": "mnovikov@microsoft.com",
|
|
313
|
-
"commit": "640e0b5d7ae7a8338346dd8b88a7dda7b2d9a060",
|
|
314
|
-
"package": "@graphitation/supermassive"
|
|
315
|
-
}
|
|
316
|
-
]
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
|
|
321
|
-
"tag": "@graphitation/supermassive_v0.1.3",
|
|
322
|
-
"version": "0.1.3",
|
|
323
|
-
"comments": {
|
|
324
|
-
"patch": [
|
|
325
|
-
{
|
|
326
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.5",
|
|
327
|
-
"author": "modevold@microsoft.com",
|
|
328
|
-
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
|
|
329
|
-
"package": "@graphitation/supermassive"
|
|
330
|
-
}
|
|
331
|
-
]
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
|
|
336
|
-
"tag": "@graphitation/supermassive_v0.1.2",
|
|
337
|
-
"version": "0.1.2",
|
|
338
|
-
"comments": {
|
|
339
|
-
"patch": [
|
|
340
|
-
{
|
|
341
|
-
"comment": "Align graphql dependency to version ^15.0.0 across packages",
|
|
342
|
-
"author": "modevold@microsoft.com",
|
|
343
|
-
"commit": "d8b94fe7725a968abfac81953b97a879b2bdaeb3",
|
|
344
|
-
"package": "@graphitation/supermassive"
|
|
345
|
-
}
|
|
346
|
-
]
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
|
|
351
|
-
"tag": "@graphitation/supermassive_v0.1.1",
|
|
352
|
-
"version": "0.1.1",
|
|
353
|
-
"comments": {
|
|
354
|
-
"patch": [
|
|
355
|
-
{
|
|
356
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.4",
|
|
357
|
-
"author": "eloy.de.enige@gmail.com",
|
|
358
|
-
"commit": "ceb24aa25210090e38251be53d010d75abdad9ba",
|
|
359
|
-
"package": "@graphitation/supermassive"
|
|
360
|
-
}
|
|
361
|
-
]
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"date": "Thu, 24 Jun 2021 12:32:15 GMT",
|
|
366
|
-
"tag": "@graphitation/supermassive_v0.1.0",
|
|
367
|
-
"version": "0.1.0",
|
|
368
|
-
"comments": {
|
|
369
|
-
"none": [
|
|
370
|
-
{
|
|
371
|
-
"comment": "Test and benchmark setup for supermassive",
|
|
372
|
-
"author": "eloy.de.enige@gmail.com",
|
|
373
|
-
"commit": "ebbad29ec11dae814bbe8c2e492d1baf5382c138",
|
|
374
|
-
"package": "@graphitation/supermassive"
|
|
375
|
-
}
|
|
376
|
-
]
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
]
|
|
380
|
-
}
|