Articles and Lessons tagged with graphql

Flutter and GraphQL - How to Upload Files

Flutter and GraphQL - How to Upload Files

Posted Aug 12, 2019 | | By Maina Wycliffe | Flutter
In this post, I am going to show you how to upload files using GraphQL and flutter. To work with GraphQL in flutter, we are going to use graphql_flutter package, which has over 1000 stars on GitHub and I frequently contribute to. So, without further …
Read More

Golang – Building a Graphql Server (Part 1)

Golang – Building a Graphql Server (Part 1)

Posted Mar 25, 2019 | | By Maina Wycliffe | Go (golang)
Over the last 3 months, I have been involved on a project where I ended up building a GraphQL Server using Go. Before this, I had not worked on GraphQL before, on either frontend or backend. In this post, I would like to focus on two things: First, …
Read More