gql-dart / ferry

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

fix(ferry): Fix problem with operationRequest generated on initial request being included in response each time. #545

Closed YusukeMoriJapan closed 11 months ago

YusukeMoriJapan commented 11 months ago

This pull request fix #546 issue.

knaeckeKami commented 11 months ago

thanks for your contribution! i will add this as breaking change, as some users might rely on identity-equals between to sent and received request.

YusukeMoriJapan commented 11 months ago

@knaeckeKami Thank you for merging. I'm using ferry in my Flutter project, and it's really helpful. I look forward to further advancements in ferry. Thank you.