JUMP TOErplainGraphQLSetupPostmanBasic queryFiltersPaginationSortingFragmentsThrottlingSalesCredit notesEstimatesInvoicesPaymentsProduct returnsRefundsSales ordersShipping ordersSubscriptionsInventoryDeliveriesPurchase ordersStock entriesStock levelsStock movementsStock removalsProducts & ServicesProductsProduct tagsServicesService pricesVariantsAttributesComponentsOptionsPacksPricesContactsContactsCustomersCustomer tagsEmployeesSuppliersSupplier tagsSettingsAccount managersCurrenciesLocationsPayment informationsPayment methodsPrice levelsTaxesUsersSupporting entitiesAddressesBatchesBrandsCustomer addressesLine itemsLine item productsPostal addressesSeasonsTotal taxesOtherDecimalObjectDatePowered by Payment methodsAvailable queries Associated queryReturns multiple resultsPaymentMethodPaymentMethods✔️ Available fields LabelTypeNotesNullidintegerThe payment method's idlabelstringThe payment method's label Example of a query Juliaquery{ PaymentMethods{ edges{ node{ id label } } } }