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