Package rename @subql/query-subgraph #35
Annotations
10 warnings
lint:
src/config/graphile.config.ts#L26
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#L58
'data' is defined but never used
|
lint:
src/plugins/OffsetToSkipPlugin.ts#L10
'build' is defined but never used
|
lint:
src/plugins/OffsetToSkipPlugin.ts#L10
'context' is defined but never used
|
lint:
src/plugins/PgRowByVirtualIdPlugin.ts#L27
Unexpected any. Specify a different type
|
lint:
src/plugins/PgRowByVirtualIdPlugin.ts#L27
Unexpected any. Specify a different type
|
lint:
src/plugins/PgRowByVirtualIdPlugin.ts#L27
Unexpected any. Specify a different type
|
lint:
src/plugins/PgRowByVirtualIdPlugin.ts#L27
Unexpected any. Specify a different type
|
Loading