Adding field "version" to Graphql Processdefinition

Hi All,
I tried to get my head around, how to add the field “version” to the Graphql “processDefinitions” so that this query would work

{processDefinitions {
  id,
  version
}}

any help is appreciated.
Gerald