grand-stack / graphql-architect

GraphQL Architect: A tool for designing and building GraphQL APIs backed by Neo4j
20 stars 1 forks source link

Error "Boolean cannot represent a non boolean value: true" on app start #11

Open mikebevz opened 3 years ago

mikebevz commented 3 years ago

When opening the app on Neo4j Desktop the following two errors appear:

Error 0!
Boolean cannot represent a non boolean value: "true"

Error 1!
Boolean cannot represent a non boolean value: "true"

OS: MacOS Big Sur 11.2.1 Neo4j Desktop Version 1.4.2 (1.4.2.48) Server: Neo4j 4.2.3 enterprise.

shriharip commented 3 years ago

yes same issue as the loading but when i create a new project and new database and start the architect it says loading or sometimes result in this error

When I click on the start Graphql server it results in Local Graph Process Exit

Developer logs

[2021-03-24 14:31:25.376] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:31:25.576] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:32:05.378] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:32:05.514] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:32:45.378] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:32:45.586] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:33:25.382] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:33:25.542] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:34:05.387] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:34:05.566] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:34:19.525] [info] Executing node graphql dev --types type Person {
  name: String
  age: Int
  worksFor: [Company] @relation(name: "WORKS_FOR", direction: "OUT")
}

type Company {
  name: String
  employees: [Person] @relation(name: "WORKS_FOR", direction: "IN")
} --neo4j-user neo4j --neo4j-uri bolt://localhost:7687 --neo4j-password testme --graphql-port 4000  --database neo4j
[2021-03-24 14:34:21.234] [info] Process [45695] exit with code '0', signal 'null'
[2021-03-24 14:34:45.393] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:34:45.523] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:35:25.393] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:35:25.660] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:36:05.395] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:36:05.502] [info] [1] Online check response: 200 version: 1.4.3
files
jbhurruth commented 3 years ago

Exactly the same issue as Mike. Nothing in the logs to suggest what could be wrong