The payload returned from sending a question to have an answer created.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| errors | Maybe<Array<MutationError>> | A list of errors that occurred during the mutation. |
| id | Maybe<String> | The ID of the answer that would be generated, if successful. |
| success | Boolean | Whether the mutation was successful or not. |
Rate this page: