App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to Create Graphql Request message with esql

    Posted Thu May 09, 2024 10:40 AM

    I would like to create below message with esql , Is it possible with esql?

     '{
      "query": "mutation ExampleVaultSimple($input: VaultPaymentMethodInput!) {
        vaultPaymentMethod(input: $input) {
          paymentMethod {
            id
            usage
            details {
              __typename
            }
          }
          verification {
            status
          }
        }
      }",
      "variables": {
        "input": {
          "paymentMethodId": "id_of_single_use_payment_method"
        }
      }
    }'



    ------------------------------
    santhoshkumar surisetty
    ------------------------------


  • 2.  RE: How to Create Graphql Request message with esql

    Posted Fri May 10, 2024 04:48 AM

    Yes, it is, but never tried myself.

    https://www.ibm.com/docs/en/app-connect/12.0?topic=esql-manipulating-messages-in-blob-domain

    In the past I used ESQL BLOB for HTML documents. It will work with any text format including GraphQL



    ------------------------------
    Matthias Jungbauer
    ------------------------------