{"id":50742,"library":"graph-gophers-graphql-go","title":"GraphQL Go","description":"A GraphQL server implementation for Go, supporting schema-first development.","status":"active","version":"1.10.2","language":"go","source_language":null,"source_url":"https://github.com/graph-gophers/graphql-go","tags":["graphql","api","server","schema"],"install":[{"cmd":"go get github.com/graph-gophers/graphql-go","lang":"bash","label":"Install github.com/graph-gophers/graphql-go"}],"dependencies":[],"imports":[{"symbol":"graphql","correct":"github.com/graph-gophers/graphql-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"net/http\"\n\n\t\"github.com/graph-gophers/graphql-go\"\n\t\"github.com/graph-gophers/graphql-go/relay\"\n)\n\nfunc main() {\n\ts := `\n\t\tschema {\n\t\t\tquery: Query\n\t\t}\n\t\ttype Query {\n\t\t\thello: String!\n\t\t}\n\t`\n\tschema := graphql.MustParseSchema(s, &struct{ Hello string }{\"world\"})\n\thttp.Handle(\"/query\", &relay.Handler{Schema: schema})\n\tlog.Fatal(http.ListenAndServe(\":8080\", nil))\n}","lang":"go","description":"Serve a simple GraphQL endpoint."},"warnings":[],"env_vars":null,"search_vec":"'api':15 'develop':13 'first':12 'go':2,8 'graphql':1,4,14 'implement':6 'schema':11,17 'schema-first':10 'server':5,16 'support':9","created_at":"2026-06-15T05:08:04.287687+00:00","updated_at":"2026-06-15T05:08:04.287687+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/graph-gophers/graphql-go","github":"https://github.com/graph-gophers/graphql-go","docs":"https://pkg.go.dev/github.com/graph-gophers/graphql-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}