Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Mar 11, 2024

Conversation

caffeineflo
Copy link
Contributor

This is the follow up PR for gql-dart/gql#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!

Copy link

netlify bot commented Mar 6, 2024

Deploy Preview for verdant-brigadeiros-5171fa canceled.

Name Link
🔨 Latest commit 539b1b7
🔍 Latest deploy log https://app.netlify.com/sites/verdant-brigadeiros-5171fa/deploys/65ef28364d11a60008df9fed

@caffeineflo caffeineflo changed the title chore(input-create): Passing through builder options to schema builder feat(input-create): Passing through builder options to schema builder Mar 6, 2024
@knaeckeKami
Copy link
Collaborator

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
Copy link
Contributor Author

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
Copy link
Collaborator

knaeckeKami commented Mar 7, 2024

I published gql_code_builder 0.11.0

@caffeineflo
Copy link
Contributor Author

I published gql_code_builder 0.11.0

Thank you!

This branch should be good to go now!

@knaeckeKami knaeckeKami merged commit d0cb267 into gql-dart:master Mar 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants