From c8afc76bb7e6cea09f7512a6b2dde36fe70dad96 Mon Sep 17 00:00:00 2001 From: ti-v Date: Mon, 20 Oct 2025 17:54:28 -0700 Subject: [PATCH] Add "GraphQL and Android" Book to GraphQL Section (#12658) * Add ColdFusion Programming resource link * REVERTS previous change * Add 'GraphQL and Android' resource to the list * Add PDF notation to GraphQL and Android entry * Reorder GraphQL resources in the list --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 6567c3969..787c02b7a 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -852,6 +852,7 @@ Books on general-purpose programming that don't focus on a specific language are #### GraphQL * [Fullstack GraphQL](https://github.com/GraphQLCollege/fullstack-graphql) (CC BY-NC-SA) +* [GraphQL and Android](https://commonsware.com/GraphQL/GraphQL-0.1-CC.pdf) - Mack L. Murphy (PDF) * [GraphQL or Bust](https://nordicapis.com/wp-content/uploads/GraphQL-or-Bust-v2.2.pdf) - Nordic APIs (PDF) * [Learning graphqL](https://riptutorial.com/Download/graphql.pdf) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA)