Picking some nits that my IDE complained about (#91)
* Picking some nits that my IDE complained about Signed-off-by: Steve Coffman <[email protected]> * Update graphql/util.go Co-authored-by: Ben Kraft <[email protected]> * revert to original for comment Signed-off-by: Steve Coffman <[email protected]> Co-authored-by: Ben Kraft <[email protected]>
This commit is contained in:
co-authored by
Ben Kraft
parent
639b46df32
commit
673840e495
@@ -18,7 +18,7 @@ type descriptionInfo struct {
|
||||
CommentOverride string
|
||||
// name of the corresponding GraphQL type
|
||||
GraphQLName string
|
||||
// GraphQL description of the type .GraphQLName, if any
|
||||
// GraphQL schema's description of the type .GraphQLName, if any
|
||||
GraphQLDescription string
|
||||
// name of the corresponding GraphQL fragment (on .GraphQLName), if any
|
||||
FragmentName string
|
||||
|
||||
Reference in New Issue
Block a user