UpdateAccountWikiPayload
Autogenerated return type of UpdateAccountWiki.
type UpdateAccountWikiPayload {
clientMutationId: String
data: AccountWiki!
errors: [Error!]!
}
Fields
UpdateAccountWikiPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateAccountWikiPayload.data ● AccountWiki! non-null object
Updated account wiki.
UpdateAccountWikiPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateAccountWiki mutation