diff options
Diffstat (limited to 'api/graphql/connections/connection_template.go')
-rw-r--r-- | api/graphql/connections/connection_template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/connections/connection_template.go b/api/graphql/connections/connection_template.go index 935a0a77..037c3da5 100644 --- a/api/graphql/connections/connection_template.go +++ b/api/graphql/connections/connection_template.go @@ -20,7 +20,7 @@ type EdgeType generic.Type // ConnectionType define the connection type handled by this relay connection type ConnectionType generic.Type -// NodeTypeEdgeMaker define a function that take a NodeType and an offset and +// NameEdgeMaker define a function that take a NodeType and an offset and // create an Edge. type NameEdgeMaker func(value NodeType, offset int) Edge |