diff --git a/src/Resources/config/graphql/FieldValueInput.types.yaml b/src/Resources/config/graphql/FieldValueInput.types.yaml index d2c287f..91c3c9c 100644 --- a/src/Resources/config/graphql/FieldValueInput.types.yaml +++ b/src/Resources/config/graphql/FieldValueInput.types.yaml @@ -26,10 +26,10 @@ UrlFieldInput: config: fields: link: - type: String + type: String! description: "The link's URL" text: - type: String! + type: String description: "The link's name or description" MapLocationFieldInput: