Skip to content

Commit f8655fc

Browse files
author
Bertrand Dunogier
committed
Added missing FieldDefinition.isSearchable field
1 parent 8cf4c4f commit f8655fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Resources/config/graphql/FieldDefinition.types.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ FieldDefinition:
3939
isRequired:
4040
type: Boolean
4141
description: "Indicates if this field is used for information collection"
42-
42+
isSearchable:
43+
type: Boolean
44+
description: "Indicates if the content is searchable by this attribute"
4345
CheckboxFieldDefinition:
4446
type: object
4547
inherits: [FieldDefinition]

0 commit comments

Comments
 (0)