Skip to content

Commit

Permalink
type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx committed Nov 7, 2024
1 parent 82e9baa commit bf29bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const mockMemberData: InterfaceMember[] = [
birthDate: new Date('1990-01-01'),
__typename: 'User',
tagsAssignedWith: {
edges: [{ node: { name: 'Tag1' } }],
edges: [{ cursor: 'cursor1', node: { name: 'Tag1' } }],
},
},
{
Expand Down

0 comments on commit bf29bb9

Please sign in to comment.