This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Forum plugin grapgql schema validation error #118
Copy link
Copy link
Open
Description
Describe the bug
I'm trying to run the forum plugin with the configs bellow from branch dev:
"plugins": [
{
"name":"imap",
"ui": "local"
},
{
"name":"forum",
"ui": "local"
},
{
"name":"contacts",
"ui":"local"
},
{
"name": "inbox",
"ui": "local"
},
{
"name":"integrations"
},
{
"name":"logs"
}
]
I'm getting this error:
{
"graphQLErrors": [],
"networkError": {
"name": "ServerError",
"response": {},
"statusCode": 400,
"result": {
"errors": [
{
"message": "Unknown type \"ID\".",
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED",
"exception": {
"stacktrace": [
"GraphQLError: Unknown type \"ID\"."
]
}
}
},
{
"message": "Unknown type \"ID\".",
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED",
"exception": {
"stacktrace": [
"GraphQLError: Unknown type \"ID\"."
]
}
}
},
{
"message": "Unknown type \"ForumPostState\".",
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED",
"exception": {
"stacktrace": [
"GraphQLError: Unknown type \"ForumPostState\"."
]
}
}
},
{
"message": "Unknown type \"AdminApprovalState\".",
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED",
"exception": {
"stacktrace": [
"GraphQLError: Unknown type \"AdminApprovalState\"."
]
}
}
},
{
"message": "Cannot query field \"forumPosts\" on type \"Query\".",
"extensions": {
"code": "GRAPHQL_VALIDATION_FAILED",
"exception": {
"stacktrace": [
"GraphQLError: Cannot query field \"forumPosts\" on type \"Query\"."
]
}
}
}
]
}
},
"message": "Network error: Response not successful: Received status code 400"
}
Is this a bug or missing some config?
Metadata
Metadata
Assignees
Labels
No labels