golang-github-graph-gophers-graphql-go 1.4.0-1 source package in Ubuntu

Changelog

golang-github-graph-gophers-graphql-go (1.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Add new dependency on golang-opentelemetry-otel.

 -- Sascha Steinbiss <email address hidden>  Sat, 16 Apr 2022 11:59:10 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-graph-gophers-graphql-go_1.4.0-1.dsc 2.4 KiB 1a816f7f14f5e0f386b17ee85567a8374f829462ab25a2cf6f2e79163b02de86
golang-github-graph-gophers-graphql-go_1.4.0.orig.tar.gz 188.0 KiB 2afd2654fca2dfd95dad930e178ba701ecfc6efe2f6c1c3ae8e6ddac5f09cdd9
golang-github-graph-gophers-graphql-go_1.4.0-1.debian.tar.xz 2.9 KiB 8ebb32f0c5552630c94c4230f77aed5a7a12edbd5ad1518fb27f4ac05ab8d861

Available diffs

No changes file available.

Binary packages built by this source

golang-github-graph-gophers-graphql-go-dev: GraphQL server with a focus on ease of use

 graphql-go is a GraphQL server library with the goal to provide full
 support of the GraphQL draft specification (
 https://facebook.github.io/graphql/draft) with a set of idiomatic, easy
 to use Go packages.
 .
 Features:
 .
  - minimal API
  - support for context.Context
  - support for the OpenTracing standard
  - schema type-checking against resolvers
  - resolvers are matched to the schema based on method sets
  - handles panics in resolvers
  - parallel execution of resolvers