Skip to content

Commit 194f142

Browse files
ENGCOM-3955: Mutation placeholder removed #301
- Merge Pull Request magento/graphql-ce#301 from magento/graphql-ce:remove-mutation-placeholder - Merged commits: 1. bf64348
2 parents 8faa1f4 + bf64348 commit 194f142

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)