# MutationSuccess

MutationSuccess

Base Mutation Success type
Used when we have a success response with no data, we return this type with empty string

**Fields:**
- `_empty`: `String!` - The value is alwaus an empty string ''
Note: GraphQL doesn't allow types with no fields, so we have to add this field