Skip to content

Commit 6347f82

Browse files
authored
ENGCOM-3955: Mutation placeholder removed #301
2 parents 208ffaa + 194f142 commit 6347f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/GraphQl/etc/schema.graphqls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ type Query {
55
}
66

77
type Mutation {
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.")
98
}
109

1110
input FilterTypeInput @doc(description: "FilterTypeInput specifies which action will be performed in a query ") {

0 commit comments

Comments
 (0)