Shopify / syrup

A type-safe GraphQL model generator for Kotlin, Swift, and TypeScript.

Home Page:https://shopify.github.io/syrup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Swift code generation by conforming to `Equatable`

samrmur opened this issue · comments

Currently it is a bit tedious to write Swift tests with generated code since a lot of the swift structures do not conform to Equatable. Update the following to conform:

  • GraphSelections.Selection
  • GraphSelections.Argument