UpdatePortfolioPayload
Autogenerated return type of UpdatePortfolio.
type UpdatePortfolioPayload {
clientMutationId: String
data: Portfolio
errors: [Error!]!
}
Fields
UpdatePortfolioPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdatePortfolioPayload.data ● Portfolio object
Portfolio data
UpdatePortfolioPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updatePortfolio mutation