Skip to content

update apollo-rs#2177

Merged
SimonSapin merged 4 commits intodevfrom
apollo-parser-update
Nov 29, 2022
Merged

update apollo-rs#2177
SimonSapin merged 4 commits intodevfrom
apollo-parser-update

Conversation

@goto-bus-stop
Copy link
Member

the change from impl From to impl TryFrom<$ParserType> for $RustType affects the router. previously parse_value could panic because of apollo-parser, now it will just return None if the inputs are wrong.

there are now two versions of apollo-encoder in the dep tree, until apollographql/introspector-gadget#5 is merged

@github-actions

This comment has been minimized.

Copy link
Contributor

@SimonSapin SimonSapin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@SimonSapin SimonSapin merged commit 6cbbec1 into dev Nov 29, 2022
@SimonSapin SimonSapin deleted the apollo-parser-update branch November 29, 2022 12:36
garypen pushed a commit that referenced this pull request Nov 30, 2022
the change from `impl From` to `impl TryFrom<$ParserType> for $RustType`
affects the router. previously `parse_value` could panic because of
apollo-parser, now it will just return None if the inputs are wrong.

there are now two versions of apollo-encoder in the dep tree, until
apollographql/introspector-gadget#5 is merged
@BrynCooke BrynCooke modified the milestones: v1-NEXT, v1.5.0 Dec 2, 2022
@garypen garypen added this to the v1.5.0 milestone Dec 5, 2022
@BrynCooke BrynCooke modified the milestone: v1.5.0 Dec 5, 2022
@BrynCooke BrynCooke mentioned this pull request Dec 5, 2022
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.

4 participants