OBJECT
OwnerAppMutation
link GraphQL Schema definition
- type OwnerAppMutation {
- # Requires access to resource GRAPHQL_OWNER_APP
- #
- # Arguments
- # quoteRequest: [Not documented]
- # message: [Not documented]
- (
- : OwnerAppQuoteRequestInput!,
- : String
- ): QuoteRequest!
- # Requires access to resource GRAPHQL_OWNER_APP
- #
- # Arguments
- # quoteRequest: [Not documented]
- (: OwnerAppQuoteRequestInput!): QuoteRequest!
- : OwnerAppContactMutation!
- }