github.com/geneva/gqlgen@v0.17.7-0.20230801155730-7b9317164836/graphql/root.go (about)

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