Skip to content

Commit 669a193

Browse files
committed
Fix doc
1 parent d135651 commit 669a193

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/annotations/annotations-reference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,6 @@ Optional attributes:
599599
If the `resolveType` attribute is not set, the service `overblog_graphql.interface_type_resolver` will be used to try to resolve the type automatically based on types implementing the interface and their associated class.
600600
The system will register a map of interfaces with the list of types and their associated class name implementing the interface (the parameter is named `overblog_graphql_types.interfaces_map` in the container) and use it to resolve the type from the value (the first type where the class `instanceof` operator returns true will be used).
601601

602-
```php
603-
604602
## @Scalar
605603

606604
This annotation is used on a _class_ to define a custom scalar.

0 commit comments

Comments
 (0)