Closed atoncetti closed 2 years ago
This change concerns Graphql mutations, the form step names have been renamed to be more meaningful:
STEP_NAME: changed from Step1 to: BaseData VARIABLE_NAME: changed from step_1 to: baseData
Step1
BaseData
step_1
baseData
STEP_NAME: changed from Step2 to: Relations VARIABLE_NAME: changed from step_2 to: relations
Step2
Relations
step_2
relations
STEP_NAME: changed from Step3 to: Advantages VARIABLE_NAME: changed from step_3 to: advantages
Step3
Advantages
step_3
advantages
STEP_NAME: changed from Step4 to: Values VARIABLE_NAME: changed from step_4 to: values
Step4
Values
step_4
values
Variables are applied on the following template to give the idea:
mutation CompanyProfileMutation(${VARIABLE_NAME}: CompanyProfileInput{STEP_NAME}!) { companyProfile{STEP_NAME} ( {VARIABLE_NAME}: ${VARIABLE_NAME} ) { success, errors } }
For example the following is the new mutation for the former Step1:
mutation CompanyProfileMutation($baseData: CompanyProfileInputBaseData!) { companyProfileBaseData (baseData: $baseData) { success, errors } }
STEP_NAME: changed from Step2 to: Requirements VARIABLE_NAME: changed from step_2 to: requirements
Requirements
requirements
STEP_NAME: changed from Step3 to: Allocation VARIABLE_NAME: changed from step_3 to: allocation
Allocation
allocation
STEP_NAME: changed from Step2 to: Employment VARIABLE_NAME: changed from step_2 to: employment
Employment
employment
STEP_NAME: changed from Step3 to: Character VARIABLE_NAME: changed from step_3 to: character
Character
character
STEP_NAME: changed from Step4 to: Abilities VARIABLE_NAME: changed from step_4 to: abilities
Abilities
abilities
STEP_NAME: changed from Step5 to: SpecificData VARIABLE_NAME: changed from step_5 to: specificData
Step5
SpecificData
step_5
specificData
STEP_NAME: changed from Step6 to: Condition VARIABLE_NAME: changed from step_6 to: condition
Step6
Condition
step_6
condition
STEP_NAME: changed from Step2 to: SpecificData VARIABLE_NAME: changed from step_2 to: specificData
STEP_NAME: changed from Step3 to: Relations VARIABLE_NAME: changed from step_3 to: relations
Outdated: mutations now comply to graphql relay specification
This change concerns Graphql mutations, the form step names have been renamed to be more meaningful:
STEP_NAME: changed from
Step1
to:BaseData
VARIABLE_NAME: changed fromstep_1
to:baseData
STEP_NAME: changed from
Step2
to:Relations
VARIABLE_NAME: changed fromstep_2
to:relations
STEP_NAME: changed from
Step3
to:Advantages
VARIABLE_NAME: changed fromstep_3
to:advantages
STEP_NAME: changed from
Step4
to:Values
VARIABLE_NAME: changed fromstep_4
to:values
Variables are applied on the following template to give the idea:
For example the following is the new mutation for the former Step1:
STEP_NAME: changed from
Step1
to:BaseData
VARIABLE_NAME: changed fromstep_1
to:baseData
STEP_NAME: changed from
Step2
to:Requirements
VARIABLE_NAME: changed fromstep_2
to:requirements
STEP_NAME: changed from
Step3
to:Allocation
VARIABLE_NAME: changed fromstep_3
to:allocation
STEP_NAME: changed from
Step1
to:BaseData
VARIABLE_NAME: changed fromstep_1
to:baseData
STEP_NAME: changed from
Step2
to:Employment
VARIABLE_NAME: changed fromstep_2
to:employment
STEP_NAME: changed from
Step3
to:Character
VARIABLE_NAME: changed fromstep_3
to:character
STEP_NAME: changed from
Step4
to:Abilities
VARIABLE_NAME: changed fromstep_4
to:abilities
STEP_NAME: changed from
Step5
to:SpecificData
VARIABLE_NAME: changed fromstep_5
to:specificData
STEP_NAME: changed from
Step6
to:Condition
VARIABLE_NAME: changed fromstep_6
to:condition
STEP_NAME: changed from
Step1
to:BaseData
VARIABLE_NAME: changed fromstep_1
to:baseData
STEP_NAME: changed from
Step2
to:SpecificData
VARIABLE_NAME: changed fromstep_2
to:specificData
STEP_NAME: changed from
Step3
to:Relations
VARIABLE_NAME: changed fromstep_3
to:relations
STEP_NAME: changed from
Step4
to:Values
VARIABLE_NAME: changed fromstep_4
to:values
Outdated: mutations now comply to graphql relay specification