stash/vendor/github.com/99designs/gqlgen/graphql/root.go

7 lines
89 B
Go

package graphql
type Query struct{}
type Mutation struct{}
type Subscription struct{}