Available queries

Associated queryReturns multiple results
PaymentInformation
PaymentInformations✔️

Available fields

LabelTypeNotesNull
default_pibooleanIndicates if this is the default payment information✔️
idintegerThe payment information's id
labelstringThe payment information's label
payment_informationstringThe payment information✔️

Example of a query

query{
  PaymentInformations{
    edges{
      node{
        default_pi
        id
        label
        payment_information
      }
    }
  }
}