Khan/genqlient

Send a hash instead of the query

Open

#20 opened on Apr 22, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (141 forks)github user discovery
enhancementgood first issuehelp wantedneeds design

Repository metrics

Stars
 (1,310 stars)
PR merge metrics
 (PR metrics pending)

Description

It's unclear to me if there's a standard spec for this, but certainly it's something some people do, to save bytes or whatnot. Apollo has some fancy way of doing it.

This would make #7 less important. It's also doable in graphql.Client, although perhaps better done at compile-time.

Contributor guide