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