Files
stash/vendor/github.com/99designs/gqlgen/graphql/root.go
2019-03-27 12:47:43 -07:00

8 lines
89 B
Go

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