SwiftGraphQL is a Swift code generator. It lets you create queries using Swift, and guarantees that every query you create is valid.

The library is centered around three core principles:

  • If your project compiles, your queries work.
  • Use Swift in favour of GraphQL wherever possible.
  • Your application model should be independent of your schema.

#graphql #graphql client #swiftgraphql

A Swift GraphQL client that lets you forget about GraphQL
1.05 GEEK