github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/graphql/root.go (about)

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