Closed itsezc closed 1 month ago
The following bug is thrown when generating a schema from a very minimal database:
InvalidRequest(Error("EOF while parsing a value", line: 1, column: 0))
Using the following minimal example:
DEFINE TABLE store SCHEMAFULL; DEFINE FIELD name ON store TYPE string;
Generate a standard and working GraphQL schema
v2 Beta 1
No response
This issue only happens while connecting via HTTP
Fixed in v2 beta 3
Describe the bug
The following bug is thrown when generating a schema from a very minimal database:
Steps to reproduce
Using the following minimal example:
Expected behaviour
Generate a standard and working GraphQL schema
SurrealDB version
v2 Beta 1
Contact Details
No response
Is there an existing issue for this?
Code of Conduct