Jump to content

How to implement Graphql in TIBCO BWCE


Adarsh Gupta

Recommended Posts

  • 2 weeks later...
  • 2 months later...

Hi!

I tested it on the Country service.

You can try this, in the HTTP Request activity.

Method: "POST"

RequestURI: "/"

PostData:concat('{"query":"',normalize-space(),'","variables":{}}')

Header > Content-Type:"application/json; charset=utf-8"

 

My query:query { Country { _id name area } }

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...