aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/99designs/gqlgen/graphql/root.go
blob: 3405d18054dc419bc9999120fe3af569320b5e44 (plain) (blame)
1
2
3
4
5
6
7
package graphql

type Query struct{}

type Mutation struct{}

type Subscription struct{}