Merge branch 'dev' into feature/tagging-project-story

This commit is contained in:
MTG2000
2022-10-04 16:10:35 +03:00
13 changed files with 112 additions and 14 deletions

View File

@@ -72,7 +72,6 @@ const BaseUser = interfaceType({
}).then(d => d.map(item => item.tournament))
}
})
t.nonNull.list.nonNull.field('projects', {
type: "Project",
resolve: async (parent) => {