Skip to content
Snippets Groups Projects

Rename the MapData scalar, it conflicts with GraphQL Core Schema.

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
scalar MapData
scalar WebformSubmissionValue
type Mutation {
submitWebform(
@@ -50,5 +50,5 @@ input WebformSubmissionElement {
"""
The value. Can be anything that is consumable by form API submission.
"""
value: MapData!
value: WebformSubmissionValue!
}
Loading