You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/GraphQl/etc/schema.graphqls
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ type Query {
5
5
}
6
6
7
7
typeMutation {
8
+
placeholderMutation: String@doc(description: "Mutation type cannot be declared without fields. The placeholder will be removed when at least one mutation field is declared.")
8
9
}
9
10
10
11
inputFilterTypeInput@doc(description: "FilterTypeInput specifies which action will be performed in a query") {
0 commit comments