Skip to content

Commit 339553a

Browse files
committed
feat(import): add importing field to user
1 parent 9e1ce35 commit 339553a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schema/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const userTypes = gql`
1111
id: ID!
1212
name: String
1313
image: String
14+
importing: Boolean
1415
}
1516
1617
type UserSubs {

0 commit comments

Comments
 (0)