You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After running npx @vendure/create vendure-example I get an error: Interface field PaginatedList.items expects type [Node!]! but ProductList.items is type [Product!]!.
To Reproduce
Steps to reproduce the behavior:
Run npx @vendure/create
Expected behavior
Server should initialize without errors
Environment (please complete the following information):
@vendure/core version:
Nodejs version: v10.15.3
Database (mysql/postgres etc): SQLite
Additional context
Screenshot:
The text was updated successfully, but these errors were encountered:
Describe the bug
After running npx @vendure/create vendure-example I get an error:
Interface field PaginatedList.items expects type [Node!]! but ProductList.items is type [Product!]!.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Server should initialize without errors
Environment (please complete the following information):
Additional context
Screenshot:
The text was updated successfully, but these errors were encountered: