@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * Attribute to describe an association for GraphQL |
12 | 12 | */ |
13 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
13 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
14 | 14 | final class Association |
15 | 15 | { |
16 | 16 | use ExcludeFilters; |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * Attribute to describe a field for GraphQL |
12 | 12 | */ |
13 | -#[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
|
13 | +#[Attribute(Attribute::TARGET_PROPERTY|Attribute::IS_REPEATABLE)] |
|
14 | 14 | final class Field |
15 | 15 | { |
16 | 16 | use ExcludeFilters; |