fixes namespace collision in GraphQL 'me' type

This commit is contained in:
James
2020-07-13 13:39:42 -04:00
parent 7bf60094b8
commit 4df0c93df3
2 changed files with 2 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ function registerCollections() {
type: 'number',
},
]),
formatName(`${slug}MeUser`),
),
},
},