Skip to content

Commit

Permalink
Fixed typo in docs - projections.md
Browse files Browse the repository at this point in the history
customer -> custom
  • Loading branch information
szv authored Sep 10, 2023
1 parent 485a4a9 commit 2ae0aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services.AddGraphQLServer()
Projections can be registered on a field. A middleware will apply the selected fields on the result.
Support for `IQueryable` comes out of the box.
The projection middleware will create a projection for the whole subtree of its field. Only fields that
are members of a type will be projected. Fields that define a customer resolver cannot be projected
are members of a type will be projected. Fields that define a custom resolver cannot be projected
to the database. If the middleware encounters a field that specifies `UseProjection()` this field will be skipped.

<ExampleTabs>
Expand Down

0 comments on commit 2ae0aa6

Please sign in to comment.