Skip to content

Commit

Permalink
fix: add id in tag (#177)
Browse files Browse the repository at this point in the history
* fix: add id in tag

* chore: prettier check

---------

Co-authored-by: Rutaj Dash <[email protected]>
  • Loading branch information
Shurtu-gal and rutajdash authored Jan 31, 2023
1 parent 214d8d4 commit e92d713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/schema/tag/tag.type.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const {
const TagType = new GraphQLObjectType({
name: 'Tag',
fields: () => ({
id: { type: GraphQLID },
name: { type: GraphQLString },
isAdmin: { type: GraphQLBoolean },
adminColor: { type: GraphQLString },
Expand Down

0 comments on commit e92d713

Please sign in to comment.