Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
api-common
/
gropius.graphql
/
PayloadWrapper
PayloadWrapper
class
PayloadWrapper
(
val
payload
:
Any
?
)
Wrapper for the result of a mutation when using
AutoPayloadType
Parameters
payload
the result of the mutation
Members
Constructors
Payload
Wrapper
Link copied to clipboard
constructor
(
payload
:
Any
?
)
Properties
payload
Link copied to clipboard
val
payload
:
Any
?