graphql/root.go (
4
lines of code) (
raw
):
package graphql type Query struct{} type Mutation struct{} type Subscription struct{}