// Code generated by github.com/Khan/genqlient, DO NOT EDIT. package {{.Config.Package}} {{.Imports}} {{if and (ne .Config.ContextType "-") (ne .Config.ContextType "context.Context") }} // Check that context_type from genqlient.yaml implements context.Context. var _ {{ref "context.Context"}} = ({{ref .Config.ContextType}})(nil) {{end}}