f42cf794
1 2 3 4 5 6 7
package graphql import "github.com/graphql-go/graphql" func resolveBug(p graphql.ResolveParams) (interface{}, error) { return "world", nil }