We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4379d commit 23ebef4Copy full SHA for 23ebef4
1 file changed
website/versioned_docs/version-8.2.0/query-plan.mdx
@@ -51,7 +51,7 @@ class ProductsController
51
#[Query]
52
public function products(ResolveInfo $info): array
53
{
54
- if (isset($info->getFieldSelection()['manufacturer']) {
+ if (isset($info->getFieldSelection()['manufacturer'])) {
55
// Let's perform a request with a JOIN on manufacturer
56
} else {
57
// Let's perform a request without a JOIN on manufacturer
0 commit comments