root.go

1package graphql
2
3type Query struct{}
4
5type Mutation struct{}
6
7type Subscription struct{}