nevesz7 / botjs

0 stars 0 forks source link

Creating First Mutation #12

Closed nevesz7 closed 1 year ago

nevesz7 commented 1 year ago

Created the insertUser Mutation in the mutation.ts file, also created dataSource.ts to have less code on index.ts

Properly defined schemas and resolvers and moved it from index to new files: schema.ts and resolvers.ts.