Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Select the mode of the Data Source in the Mode section. In this screen user can create datasource for both GraphQl GraphQL and other web services like REST API.

Info

Note: By default GraphQL is selected as mode. If GraphQl GraphQL is the mode, you can enter the data query in the Data query field.
If it is REST webservice you can input the request payload in JSON format in the data query field.

...

  1. Select the request type in the Method Type field. The available method types are:

    1. POST. , If request type is POST method proceed to step 8.

    2. GET. , If request type is GET method proceed to step 7.

...

  1. If request method type is GET, enter the relative path of the GraphQL endpoint in the Relative URL field to fetch the required data.

...

Info

Note: The available parameter categories are System and User.

  • System is the default parameter configuration present in the system.
    The available default parameters are:
    INPUT_LANGUAGE_ID
    INPUT_GCIF
    INPUT_USER_NO
    theabove parameters can be used in the Data Query field as a bind parameter.

  • User parameter configurations are fetched from the user in the end application (Sigma Application). The user have to provide a value for this parameter which should match with the response value to get the required output.

d. Click outside the window to save the parameter values.

...