GraphQLite VS apollo-ios

Compare GraphQLite vs apollo-ios and see what are their differences.

GraphQLite

Rapid GraphQL prototyping, development, and testing. Core Server, Admin Console, iOS SDK, Web SDK. (by relatedcode)

apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift. (by apollographql)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
GraphQLite apollo-ios
9 6
3 3,836
- 0.6%
5.8 9.0
7 months ago 10 days ago
Swift Swift
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

GraphQLite

Posts with mentions or reviews of GraphQLite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-13.
  • Open-source alternative communication platform
    2 projects | dev.to | 13 Oct 2022
    Single backend server (using GraphQLite)
  • GraphQLite - Rapid GraphQL prototyping, development, and testing.
    1 project | news.ycombinator.com | 6 Jun 2022
  • How to auto-generate GraphQL schema?
    1 project | dev.to | 30 Jan 2022
    For more details, please check the GraphQLite.com site.
  • SWAPI GraphQL Demo
    2 projects | dev.to | 5 Jun 2021
    There are probably million other ways to demonstrate how a SWAPI GraphQL endpoint can be accessed from an iOS app, but this is our version. You can check the full source code here.
  • Simple Todo - Part 5 of 6
    1 project | dev.to | 2 Jun 2021
    If you prefer to make changes in the local database while the device is offline, and would like these changes to be synced automatically to the server (once the network connection is back live), then we need to set up Sync Engine.
  • Simple Todo - Part 4 of 6
    1 project | dev.to | 1 Jun 2021
    With these code extensions, the device's local database (and the user interface) will be updated automatically by the server-side changes. You can check the full source code here.
  • Simple Todo - Part 3 of 6
    1 project | dev.to | 31 May 2021
    Let's save the necessary Mutations and Queries into an appsync.graphql file, so we can simply use them in the codebase just referring to their names.
  • Simple Todo - Part 1 of 6
    1 project | dev.to | 29 May 2021
    And pretty much that's all we need for the first working demo app. You can check the full source code here.
  • Why is GraphQLite?
    1 project | dev.to | 28 May 2021
    To solve all these issues, we have implemented GraphQLite. We believe this could be a solution for most of the database (local and remote) related challenges we are facing with. It might be the first step towards our goals being achieved.

apollo-ios

Posts with mentions or reviews of apollo-ios. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-18.
  • Migrating Netflix to GraphQL Safely
    9 projects | news.ycombinator.com | 18 Jun 2023
    GraphQL queries are just HTTP POST queries with a JSON body. They're supported everywhere.

    If you want specialized tooling for them, Kotlin and Swift both have great strongly-typed GraphQL libraries.

    Apollo publishes libraries for both:

    - https://www.apollographql.com/docs/kotlin/

    - https://www.apollographql.com/docs/ios/

  • GraphQL making its way into a Twitter discussion about latency is not what I expected
    3 projects | /r/webdev | 15 Nov 2022
  • Awesome macOS Libraries List
    76 projects | dev.to | 21 Jan 2022
    apollo-ios - A strongly-typed, caching GraphQL client. Language: Swift.
  • Apollo iOS 1.0 RFC - Swift Codegen
    1 project | /r/graphql | 1 Oct 2021
    RFC: apollo-ios/CodegenProposal.md at release/1.0-alpha-incubating · apollographql/apollo-ios · GitHub Example Generated Output: apollo-ios/Tests/ApolloCodegenTests/AnimalKingdomAPI/ExpectedGeneratedOutput at release/1.0-alpha-incubating · apollographql/apollo-ios · GitHub PR for discussion is here: [RFC] In Progress - Release 1.0 - Swift Codegen by calvincestari · Pull Request #1876 · apollographql/apollo-ios · GitHub
  • SwiftGraphQL - A GraphQL client for Swift lovers.
    3 projects | dev.to | 2 Aug 2021
    Apollo iOS, on the other hand, generates Swift types from queries in our "queries.graphql" files and supports caching out of the box. Generating types from the SDL is not per se a problem, but it becomes cumbersome and error-prone with large nested queries. Apollo iOS also strongly-binds the generated structures to your queries, making it almost impossible to translate fetched data into an internal state.
  • GraphQL - Diving Deep
    47 projects | dev.to | 29 Jul 2021
    Apollo Client does have a good integration with these frameworks including React, iOS and Android — so, you might want to check that out

What are some alternatives?

When comparing GraphQLite and apollo-ios you can also consider the following projects:

SwiftyBeaver - Convenient & secure logging during development & release in Swift 4 & 5

Alamofire - Elegant HTTP Networking in Swift

swapi-graphql - A GraphQL schema and server wrapping SWAPI.

Moya - Network abstraction layer written in Swift.

wire-ios - 📱 Wire for iOS (iPhone and iPad)

AFNetworking - A delightful networking framework for iOS, macOS, watchOS, and tvOS.

Messenger - Open source alternative communication platform.

swift-graphql - A GraphQL client that lets you forget about GraphQL.

protobuf-swift - Google ProtocolBuffers for Apple Swift

Netfox - A lightweight, one line setup, iOS / OSX network debugging library! 🦊

ASIHTTPRequest - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone

AFNetworking-Synchronous - Synchronous requests for AFNetworking 1.x, 2.x, and 3.x