class PayloadWrapper(val payload: Any?)

Wrapper for the result of a mutation when using AutoPayloadType

Parameters

payload

the result of the mutation

Constructors

Link copied to clipboard
constructor(payload: Any?)

Properties

Link copied to clipboard
val payload: Any?