Support subqery _metadata query #41
Annotations
10 warnings
lint:
src/config/graphile.config.ts#L27
Missing return type on function
|
lint:
src/index.ts#L9
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
src/plugins/GetMetadataPlugin.ts#L30
Missing return type on function
|
lint:
src/plugins/GetMetadataPlugin.ts#L59
'data' is defined but never used
|
lint:
src/plugins/GetSubqueryMetadataPlugin.ts#L4
'URL' is defined but never used
|
lint:
src/plugins/GetSubqueryMetadataPlugin.ts#L60
Require statement not part of import statement
|
lint:
src/plugins/GetSubqueryMetadataPlugin.ts#L79
Missing return type on function
|
lint:
src/plugins/GetSubqueryMetadataPlugin.ts#L79
'args' is defined but never used
|
lint:
src/plugins/GetSubqueryMetadataPlugin.ts#L99
'args' is defined but never used
|
lint:
src/plugins/GetSubqueryMetadataPlugin.ts#L100
'totalCountInput' is assigned a value but never used
|
Loading