We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293cd1b commit 9e09c8eCopy full SHA for 9e09c8e
1 file changed
src/Plugin/GraphQL/Scalars/Internal/LayoutSectionScalar.php
@@ -0,0 +1,16 @@
1
+<?php
2
+
3
+namespace Drupal\graphql\Plugin\GraphQL\Scalars\Internal;
4
5
6
+/**
7
+ * Layout Builder module defines a custom data type that essentially is a
8
+ * string, but not called string.
9
+ *
10
+ * @GraphQLScalar(
11
+ * id = "layout_section",
12
+ * name = "layout_section"
13
+ * )
14
+ */
15
+class LayoutSectionScalar extends StringScalar {
16
+}
0 commit comments