PaymentServicesPaypalGraphQl Module
Resolver\AddProductsToNewCart
This GraphQL resolver creates a new shopping cart and immediately adds products to it in a single operation. Developers use this for PayPal payment fl...
Resolver\ApplePayDataProvider
This class extracts Apple Pay payment data from GraphQL payment input for Magento Payment Services. Developers use this when processing Apple Pay tran...
Resolver\CompleteOrderResolver
This resolver handles GraphQL mutations to complete and finalize PayPal orders in Magento 2. Developers would use this class when implementing custom...
Resolver\CreatePaymentOrder
This GraphQL resolver handles the creation of payment orders for PayPal payment processing. Developers use this class when implementing headless or PW...
Resolver\CreateVaultCardPaymentToken
This GraphQL resolver handles the creation of vault card payment tokens for authenticated customers in Magento 2. Developers use this class to enable...
Resolver\CreateVaultCardSetupToken
This GraphQL resolver handles the creation of vault card setup tokens for storing payment card information securely in Magento 2. Developers would use...
Resolver\FastlaneDataProvider
This class extracts PayPal Fastlane payment data from GraphQL cart payment mutations. Developers use this to retrieve additional payment information s...
Resolver\GetPaymentOrder
This GraphQL resolver retrieves an existing PayPal payment order for a customer's shopping cart. Developers use this class to query payment order deta...
Resolver\GetPaymentSDK
This GraphQL resolver retrieves Payment SDK parameters for PayPal payment integration in a specific location and store context. Developers use this cl...
Resolver\GetVaultConfig
This GraphQL resolver retrieves vault configuration settings for PayPal payment methods, specifically for stored credit card payment methods. Develope...
Resolver\GooglePayDataProvider
This class extracts and provides Google Pay payment data from GraphQL requests for Magento's Payment Services. Developers use this when implementing G...
Resolver\HostedFieldsDataProvider
This class extracts PayPal Hosted Fields payment data from GraphQL requests for Magento 2's headless checkout. Developers use this when implementing c...
Resolver\PaymentConfig
This GraphQL resolver retrieves payment configuration for various PayPal payment methods (Apple Pay, Google Pay, hosted fields, smart buttons, and Fas...
Resolver\PaymentConfigItemTypeResolver
This class is a GraphQL type resolver that determines the concrete type for payment configuration items in PaymentServicesPaypal GraphQL queries. It a...
Resolver\PaymentConfigMethod
This GraphQL resolver extracts payment configuration method data for PayPal payment services. Developers use this class when querying payment configur...
Resolver\SdkParams
This GraphQL resolver processes SDK parameters for PayPal payment integration, specifically handling the addition of Content Security Policy (CSP) non...
Resolver\SetCartAsInactive
This GraphQL resolver handles requests to mark a shopping cart as inactive in Magento 2's PayPal payment services integration. Developers would use th...
Resolver\SmartButtonsDataProvider
This class extracts PayPal Smart Buttons payment data from GraphQL requests in Magento 2. Developers use it to retrieve additional payment information...
Resolver\SyncPaymentOrder
This GraphQL resolver handles the synchronization of PayPal payment orders with the cart/quote. Developers use this class when implementing GraphQL mu...
Resolver\ThreeDSModeResolver
This GraphQL resolver transforms 3D Secure (3DS) configuration values from Magento's internal format to the GraphQL enum format. Developers use this w...
Resolver\VaultDataProvider
This class extracts vault payment data from GraphQL payment method input for PayPal Payment Services. Developers use this to retrieve stored payment t...