Skip to content

Commit

Permalink
ENGCOM-3955: Mutation placeholder removed #301
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav authored Jan 24, 2019
2 parents 208ffaa + 194f142 commit 6347f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/Magento/GraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ type Query {
}

type Mutation {
placeholderMutation: String @doc(description: "Mutation type cannot be declared without fields. The placeholder will be removed when at least one mutation field is declared.")
}

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

0 comments on commit 6347f82

Please sign in to comment.