Mutation: createRequest
Represents fields available for mutating of Sales node. Requires access to resource GRAPHQL_SALES_QUOTE_EDIT
sales {
createRequest(
quoteRequest: RequestInputType!
): Int!
}
Arguments
createRequest.quoteRequest ● RequestInputType! non-null input
Type
Int scalar
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.