Versions in this module Expand all Collapse all v1 v1.1.0 Oct 18, 2024 v1.0.0 Sep 28, 2024 Changes in this version + func MarshalID(kind string, spec interface{}) graphql.ID + func UnmarshalKind(id graphql.ID) string + func UnmarshalSpec(id graphql.ID, v interface{}) error + type Handler struct + Schema *graphql.Schema + func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)