We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef61388 commit 2b84d38Copy full SHA for 2b84d38
1 file changed
website/versioned_docs/version-8.0.0/queries.mdx
@@ -44,7 +44,7 @@ As you can see, GraphQLite will automatically do the mapping between PHP types a
44
45
GraphQLite relies a lot on attributes.
46
47
-It supports the new PHP 8 attributes (`#[Query]`), the "Doctrine annotations" style (`#[Query]`) was dropped.
+It supports the new PHP 8 attributes (`#[Query]`), the "Doctrine annotations" style (`@Query`) was dropped.
48
49
## Testing the query
50
0 commit comments