https://prefect.io logo
v

Vitaly Shulgin

09/09/2020, 7:13 PM
Hello there, I started prefect server locally, and see the following error in apollo container log
Copy code
{
  "message": "Cannot query field \"tenant\" on type \"Query\".",
  "locations": [
    {
      "line": 2,
      "column": 5
    }
  ],
  "extensions": {
    "code": "GRAPHQL_VALIDATION_FAILED"
  }
}
This is when I try
prefect create project "Hello"