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
{{ message }}
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
Hi i try to run the generator with `Dart VM version: 2.0.0-dev.58.0 (Wed May 23 20:44:51 2018 +0200) on "macos_x64"``
but it throws me an error. If i try it with an local graphql (json) file i get the following error.
[INFO] BuildDefinition: Reading cached asset graph completed, took 52ms
[INFO] BuildDefinition: Checking for updates since last build completed, took 877ms
[WARNING] BuildDefinition: Invalidating asset graph due to build script update
[INFO] BuildDefinition: Building new asset graph completed, took 473ms
[INFO] BuildDefinition: Checking for unexpected pre-existing outputs. completed, took 1ms
[INFO] Build: Running build completed, took 5ms
[INFO] Build: Caching finalized dependency graph completed, took 34ms
[INFO] Build: Succeeded after 49ms with 0 outputs
if i try an only graphql resource like https://developer.deutschebahn.com/free1bahnql/graphql i get this error
[INFO] BuildDefinition: Reading cached asset graph completed, took 48ms
[INFO] BuildDefinition: Checking for updates since last build completed, took 818ms
[INFO] Build: Running build completed, took 9ms
[INFO] Build: Caching finalized dependency graph completed, took 47ms
[INFO] Build: Succeeded after 74ms with 0 outputs
in both cases i have no generated code :(
is this a know issue, how can i fix this? thx for you help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi i try to run the generator with `Dart VM version: 2.0.0-dev.58.0 (Wed May 23 20:44:51 2018 +0200) on "macos_x64"``
but it throws me an error. If i try it with an local graphql (json) file i get the following error.
if i try an only graphql resource like
https://developer.deutschebahn.com/free1bahnql/graphql
i get this errorin both cases i have no generated code :(
is this a know issue, how can i fix this? thx for you help
The text was updated successfully, but these errors were encountered: