more tag actions #175
push.yml
on: push
Matrix: Testing Application
Check Schema
55s
Deploying Application to Cloud VPS
0s
Annotations
3 errors and 6 notices
tests/utilities/graphqlConnection.spec.ts > getCommonGraphQLConnectionFilter function > when argument cursor is non-null and argument direction corresponds to backward:
src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts#L56
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:56:16
❯ 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#L62
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:62:16
❯ tests/utilities/graphqlConnection.spec.ts:589:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { bsonError: true }
|
Testing Application (20.x)
Process completed with exit code 1.
|
Type 'AddPeopleToUserTagInput' was added:
schema.graphql#L44
Type 'AddPeopleToUserTagInput' was added
|
Type 'TagActionsInput' was added:
schema.graphql#L1637
Type 'TagActionsInput' was added
|
Field 'addPeopleToUserTag' was added to object type 'Mutation':
schema.graphql#L1075
Field 'addPeopleToUserTag' was added to object type 'Mutation'
|
Field 'addToUserTags' was added to object type 'Mutation':
schema.graphql#L1077
Field 'addToUserTags' was added to object type 'Mutation'
|
Field 'removeFromUserTags' was added to object type 'Mutation':
schema.graphql#L1147
Field 'removeFromUserTags' was added to object type 'Mutation'
|
Field 'usersToAssignTo' was added to object type 'UserTag':
schema.graphql#L1956
Field 'usersToAssignTo' was added to object type 'UserTag'
|