Skip to content

v3.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 11 Oct 16:24
· 214 commits to refs/heads/main since this release
d2eeef6

What's Changed

There's a breaking change on Connection.definitionWithEdge: pageInfoType is now of type Option[OutputType[P]] instead of OutputType[P]. If you don't define any value, this does not change anything. If you define a value, pack it into a Some(...) like in https://github.com/sangria-graphql/sangria-relay/pull/196/files#diff-36d70dd49a8a4419612263c6019f523c05603d09a2e07b327399b449aa30d971R122

Full Changelog: v2.1.1...v3.0.0