Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmya/swiftgraphqlgenerator
Generate Codable and Equatable objects to communicate with GraphQL
https://github.com/jimmya/swiftgraphqlgenerator
generator graphql graphql-client graphql-generation graphql-schema swift swift-package-manager
Last synced: 22 days ago
JSON representation
Generate Codable and Equatable objects to communicate with GraphQL
- Host: GitHub
- URL: https://github.com/jimmya/swiftgraphqlgenerator
- Owner: jimmya
- Created: 2020-05-13T18:35:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T18:04:10.000Z (over 4 years ago)
- Last Synced: 2025-01-11T14:31:28.771Z (27 days ago)
- Topics: generator, graphql, graphql-client, graphql-generation, graphql-schema, swift, swift-package-manager
- Language: Swift
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQLGenerator
Generate Codable and Equatable objects to communicate with GraphQL.
## Installing
### [Mint](https://github.com/yonaskolb/mint)
```sh
mint install jimmya/SwiftGraphQLGenerator
```