All Projects → lpalmes → graphql-go-introduction

lpalmes / graphql-go-introduction

Licence: other
Introduction to GraphQL in Go

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to graphql-go-introduction

proto2gql
The project has been migrated to https://github.com/EGT-Ukraine/go2gql.
Stars: ✭ 21 (-16%)
Mutual labels:  graphql-go
go-graphql-api-boilerplate
A Boilerplate of GraphQL API built in Go + graphql-go + gorm
Stars: ✭ 75 (+200%)
Mutual labels:  graphql-go
go2gql
graphql-go schema generator by proto files
Stars: ✭ 33 (+32%)
Mutual labels:  graphql-go
arxiv-graphql
🧾GraphQL API for arXiv: e-print service by Cornell University
Stars: ✭ 15 (-40%)
Mutual labels:  graphql-go
Graphql
An implementation of GraphQL for Go / Golang
Stars: ✭ 8,176 (+32604%)
Mutual labels:  graphql-go
graphql-go-structure
An example of a graphql-go based structured project.
Stars: ✭ 25 (+0%)
Mutual labels:  graphql-go

GraphQL Go Introduction

This introduction was stopped give that the graphql-go api was going through some changes that make it easier to get started and really simple. As soon as is updated i will use it from scratch

This repo is a small introduction where i will try to explain how to create a graphql server in go with graphql-go by neelance, i hope that anybody that's looking into graphql and go could benefit from this.

Before you start make sure you have go installed, and have graphql-go installed as well by running go get github.com/neelance/graphql-go

You can start here at hello-go

I will try my best to have each lesson in english as well as spanish (my native language), if find something unclear, missing or badly explanied, whatever it is, please send an issue, pull request, or scream it through your window and i will attend your call for help.


Introduccion a GraphQL Go

Este repositorio es una pequeña introduccion donde voy a intentar explicar como crear un servidor graphql en go usando graphql-go de neelance, espero que cualquier intentando usar graphql y go pueda usar esta guia para empezar.

Antes de empezar asegurate que tenes go instalado y que tenes graphql-go instalado tambien, sino podes instalarlo mediante go get github.com/neelance/graphql-go

Podes empezar aca en hola-go

Voy a intentar tener cada leccion en ingles y en español, si encuentran algo confuso, faltante o mal explicado, lo que sea, porfavor manda un issue, pull request, o gritalo a todo pulmon en tu departamento a eso de las 4 de la mañana, y voy a intentar responder inmediatamente.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].