Skip to content

Commit 627500a

Browse files
author
Bertrand Dunogier
committed
Exposed richtext fields raw xml as
1 parent a3cd52b commit 627500a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Resources/config/graphql/Field.types.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@ RichTextFieldValue:
367367
type: "String"
368368
description: "String representation of the value"
369369
resolve: "@=value"
370+
xml:
371+
type: "String"
372+
description: "The raw docbook xml"
373+
resolve: "@=value"
370374
plaintext:
371375
type: "String"
372376
description: "Plain text representation of the value, without tags."

0 commit comments

Comments
 (0)