Skip to content

Commit e196999

Browse files
committed
executor: adds code comments
1 parent 8941fd3 commit e196999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

executor/executor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ func New() *Executor {
1818

1919
// ExecuteResult is the result of the execute method.
2020
type ExecuteResult struct {
21+
// ImplementationIntrospection is the introspection result of a graphql implementation.
2122
ImplementationIntrospection types.ImplementationIntrospection
2223
}
2324

2425
// ExecuteParams is the params of the execute method.
2526
type ExecuteParams struct {
27+
// Implementation is the implementation parameter.
2628
Implementation types.Implementation
2729
}
2830

0 commit comments

Comments
 (0)