Skip to content
Snippets Groups Projects

Issue #3426625

8 files
+ 65
16
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -2,6 +2,10 @@ extend type Query {
webformById(id: String!): Webform
}
extend type WebformElementTextarea {
rows: Int
}
extend type WebformElementTextfield {
inputMask: String
}
Loading