Skip to content

Commit

Permalink
Removed redundant comments from file
Browse files Browse the repository at this point in the history
  • Loading branch information
KaunainKarmali authored Sep 24, 2021
1 parent 2304fa4 commit d3f1b19
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions server/graphql/schema/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,3 @@ const schema = buildSchema(`
`);

export default schema;

// {
// user(fp:"bd32f20bb33a6c01b75d60ac90e0a8d7") {
// fp
// _id
// created
// }
// }

// mutation{
// createUser(fp:"bd32f20bb33a6c01b75d60ac90e0a8d7") {
// fp
// created
// }
// }

0 comments on commit d3f1b19

Please sign in to comment.