1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 00:43:01 +02:00

Add GraphQL-go content in Golang Roadmap (#2512)

This commit is contained in:
William Méndez
2022-10-17 02:06:22 -05:00
committed by GitHub
parent c820bdf4df
commit e5f107f248

View File

@@ -1 +1,9 @@
# Graphql go
# Graphql go
A `GraphQL` package for `Go`.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://graphql-go.github.io/graphql-go.org/'>Graphql-go homepage</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Godoc Documentation' href='https://pkg.go.dev/github.com/graphql-go/graphql '>Graphql-go documentation</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Github Repository' href='https://github.com/graphql-go/graphql'>Github Repository</BadgeLink>
<BadgeLink badgeText='Watch' colorScheme="red" href="https://www.youtube.com/watch?v=YK7BQfQ84ws">GraphQL-Go - Golang Tutorial (by TechPractice on YouTube)</BadgeLink>