AcknowledgeWarningPayload
No description
type AcknowledgeWarningPayload {
clientMutationId: String!
user: User!
}
Fields
AcknowledgeWarningPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
AcknowledgeWarningPayload.user
● User!
non-null object
user is the possibly modified User.
Returned By
acknowledgeWarning
mutation