UpsertAccountProfilePayload
No description
type UpsertAccountProfilePayload {
account: Account
query: Query
}
Fields
UpsertAccountProfilePayload.account ● Account object
The account after the upsert.
UpsertAccountProfilePayload.query ● Query object
Returned By
upsertAccountProfile mutation