github.com/spread-ai/gqlgen@v0.0.0-20221124102857-a6c8ef538a1d/graphql/root.go (about)

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