Readme changes

This commit is contained in:
2019-07-24 17:29:11 +02:00
parent cea33e9d36
commit 73fac765de
4 changed files with 30 additions and 2 deletions

View File

@ -10,7 +10,6 @@ import (
// GetUserQuery returns the queries available against user type.
func GetUserQuery() *graphql.Field {
log.Print("GetUserQuery")
return &graphql.Field{
Type: graphql.NewList(types.UserType),
Resolve: func(params graphql.ResolveParams) (interface{}, error) {