Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSchema ¶
func NewSchema( dbService db.DbServicer, authService auth.AuthServicer, portfolioService portfolio.PortfolioServicer, connectionService connection.ConnectionServicer, ) graphql.ExecutableSchema
NewSchema creates a graphql executable schema.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func (*Resolver) Mutation ¶
func (r *Resolver) Mutation() graph.MutationResolver
Mutation returns graph.MutationResolver implementation.
func (*Resolver) Query ¶
func (r *Resolver) Query() graph.QueryResolver
Query returns graph.QueryResolver implementation.
Click to show internal directories.
Click to hide internal directories.