Skip to content

Commit 8cbbaa3

Browse files
committed
merge fields: fix typo
1 parent 15bf14b commit 8cbbaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/deep-dive-merged-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The second thing to keep in mind is that different directives can be on each fie
214214

215215
So if you want to know all directives for the current field you are resolving you actually need to look at all of the merged fields from the query.
216216

217-
# Merged fields in graphql-js and GraphQl Java
217+
# Merged fields in graphql-js and GraphQL Java
218218

219219
In graphql-js merged fields are relevant when you implement a resolver and you need access to the specific ast field of the query. The `info` objects has a property `fieldNodes` which gives you access to all ast fields which are merged together.
220220

0 commit comments

Comments
 (0)