# EmptySuccess

EmptySuccess

Empty mutation success response used when client doesn't need any data back
or simply needs to respond to a success or error.

**Implements:** MutationSuccess

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