Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.2

...

You can specify how you want to enter messages from the Input Mode drop-down list menu in message tools and responders (for example, like Request, Response, and Payload). The Form GraphQL input mode provides a tree view of the GraphQL message so that you can construct and review GraphQL messages in a graphical interface. This mode is a GraphQL-focused version of the Form Input mode.

...

  1. Enter the URL or location of the SDL in the SDL field. You can also click Browse to navigate to an SDL file.
  2. Enable Constrain to SDL.
  3. Choose Form GraphQL from the Input Mode dropdown menu.

If the SDL is updated, return to this screen and click Refresh SDL to update the constraints for the GraphQL message.

...

  1. Right-click the directive to which the new argument is to be added and choose Insert.
  2. Enter a name for the argument in the dialog that opens , then and click OK.

Directives

Directives can be added to operations, fields, or variables. To add a directive:

...