Skip to content

Commit 17328c1

Browse files
committed
executor: adds code comments
1 parent e196999 commit 17328c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

executor/go.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ type RunParams struct {
4848

4949
// RunResult represents the result of the run method.
5050
type RunResult struct {
51+
// ImplementationIntrospection is the result of an introspection of a graphql implementation.
5152
ImplementationIntrospection types.ImplementationIntrospection
5253
}
5354

0 commit comments

Comments
 (0)