github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/graphql/root.go (about) 1 package graphql 2 3 type Query struct{} 4 5 type Mutation struct{} 6 7 type Subscription struct{}