gql-dart / ferry

Stream-based strongly typed GraphQL client for Dart
https://ferrygraphql.com/
MIT License
593 stars 113 forks source link

feat(input-create): Passing through builder options to schema builder #585

Closed caffeineflo closed 4 months ago

caffeineflo commented 4 months ago

This is the follow up PR for https://github.com/gql-dart/gql/pull/451 to enable passing through the builder options to the schema builder so this could be used from within the ferry_generator.

To avoid assuming the correct version for the 'gql_code_builder` dependency, I didn't change the pubspec.yaml yet. So this might still be a todo.

Thanks!

netlify[bot] commented 4 months ago

Deploy Preview for verdant-brigadeiros-5171fa canceled.

Name Link
Latest commit 539b1b7fa33c41c926ecec5bffc1266e4f9466ad
Latest deploy log https://app.netlify.com/sites/verdant-brigadeiros-5171fa/deploys/65ef28364d11a60008df9fed
knaeckeKami commented 4 months ago

pub.dev does not allow publishing with git deps.

I'll publish a new release of gql_code_builder soon, or you can use the gql_code_builder 0.10.1-alpha+1709670733598 in the meantime

caffeineflo commented 4 months ago

pub.dev does not allow publishing with git deps.

I'll publish a new release of gql_code_builder soon, or you can use the gql_code_builder 0.10.1-alpha+1709670733598 in the meantime

Yep, I saw that warning. Hence I added code suggestions that fix the pubspec once a new gql_code_builder has been published. After the code suggestions have been accepted, things should be good and should propagate easily

knaeckeKami commented 4 months ago

I published gql_code_builder 0.11.0

caffeineflo commented 4 months ago

I published gql_code_builder 0.11.0

Thank you!

This branch should be good to go now!