We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently unable to query for allBlogPosts:
allBlogPosts
query { viewer { allBlogPosts(first: 10) { edges { node { id title content } } } } }
Results in the following error:
"Error occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Error { kind: Db, cause: Some(DbError { severity: \"ERROR\", parsed_severity: Some(Error), code: SqlState(\"42P01\"), message: \"relation \\\"public.BlogPost\\\" does not exist\", detail: None, hint: None, position: Some(Original(164)), where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some(\"parse_relation.c\"), line: Some(1173), routine: Some(\"parserOpenTable\") }) }) })
It's happening on both the "Relay" and "Simple" apis:
This error is breaking the Next.js with-apollo and with-relay-modern examples.
with-apollo
with-relay-modern
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently unable to query for
allBlogPosts
:Results in the following error:
It's happening on both the "Relay" and "Simple" apis:
This error is breaking the Next.js
with-apollo
andwith-relay-modern
examples.The text was updated successfully, but these errors were encountered: