Skip to content

Commit acdb889

Browse files
author
Allan Pope
authored
fix: PlayerNode point to PositionNode (#28)
* Point to PlayerNode * fix: update player node type
1 parent 411f094 commit acdb889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export interface PlayerNode extends Player, NodeInput {
123123
externalId: number;
124124
slug: string;
125125
team: TeamNode;
126-
position: string;
126+
position: PositionNode;
127127
images: {
128128
action: string;
129129
headshot: string;

0 commit comments

Comments
 (0)