gql field name corrections
This commit is contained in:
parent
d86b8b9239
commit
735820bb4c
@ -137,7 +137,7 @@ type Doleance implements NodeInterface {
|
||||
#3
|
||||
date_decision: Date
|
||||
entites_decisionnaires: String
|
||||
decision_formule: String
|
||||
decision_formulee: String
|
||||
mise_en_oeuvre_decision: [MiseEnoeuvreDecision]
|
||||
#4
|
||||
date_application: Date
|
||||
|
@ -1120,7 +1120,7 @@ class OuattSchemaExtension extends SdlSchemaExtensionPluginBase {
|
||||
->map('path', $builder->fromValue('field_entites_decisionnaires.value'))
|
||||
);
|
||||
// decision_formule: String
|
||||
$registry->addFieldResolver('Doleance', 'decision_formule',
|
||||
$registry->addFieldResolver('Doleance', 'decision_formulee',
|
||||
$builder->produce('property_path')
|
||||
->map('type', $builder->fromValue('entity:node'))
|
||||
->map('value', $builder->fromParent())
|
||||
|
Loading…
x
Reference in New Issue
Block a user