Open
Description
Currently unable to query for 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.
Metadata
Metadata
Assignees
Labels
No labels