Skip to content

Commit

Permalink
Fix docs bug in field collection (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1def authored May 6, 2022
1 parent f6b3523 commit ec3e597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/field-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func GetPreloadString(prefix, name string) string {
So if we call these helpers in our resolver:
```golang
func (r *queryResolver) FlowBlocks(ctx context.Context) ([]*FlowBlock, error) {
preloads := getPreloads(ctx)
preloads := GetPreloads(ctx)
```
it will result in the following string slice:
```
Expand Down

0 comments on commit ec3e597

Please sign in to comment.