fix: disable graphql
This commit is contained in:
parent
ddfd939075
commit
f395b7cdbc
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ export default buildConfig({
|
||||||
Media,
|
Media,
|
||||||
Users,
|
Users,
|
||||||
],
|
],
|
||||||
|
graphQL: {
|
||||||
|
disable: true
|
||||||
|
},
|
||||||
editor: lexicalEditor(
|
editor: lexicalEditor(
|
||||||
{
|
{
|
||||||
features: () => [
|
features: () => [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue