more changes #182
Annotations
4 errors
Check Schema
Something is wrong with your schema
|
tests/utilities/graphqlConnection.spec.ts > getCommonGraphQLConnectionFilter function > when argument cursor is non-null and argument direction corresponds to backward:
src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts#L63
BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
❯ new ObjectId node_modules/bson/src/objectid.ts:118:15
❯ Module.getCommonGraphQLConnectionFilter src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts:63:14
❯ tests/utilities/graphqlConnection.spec.ts:574:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { bsonError: true }
|
tests/utilities/graphqlConnection.spec.ts > getCommonGraphQLConnectionFilter function > when argument cursor is non-null and argument direction corresponds to forward:
src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts#L67
BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
❯ new ObjectId node_modules/bson/src/objectid.ts:118:15
❯ Module.getCommonGraphQLConnectionFilter src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts:67:14
❯ tests/utilities/graphqlConnection.spec.ts:589:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { bsonError: true }
|
Testing Application (22.x)
Process completed with exit code 1.
|