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

@@ -1,2 +1,2 @@
export { default as useFieldType } from './src/client/components/forms/useFieldType';
export { default as useForm } from './src/client/components/forms/Form/useForm';
export { useForm } from './src/client/components/forms/Form/context';

View File

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