If you mean you want to consume a GraphQL service, then yes. GraphQL requests are just normal GET or POST requests. A stumbling block might be authenticating to the service, but without any specifics this is impossible to answer. If you mean "does netsuite have a GraphQL endpoint I can use?", the answer is no
CD
11/03/2021, 1:54 PM
The message is quite clear. You need to add
Accept: "application/json"
to the headers
CD
11/03/2021, 1:55 PM
No. Read the error message and my reply again
CD
11/03/2021, 1:56 PM
Content-type is telling the other server what you're sending, Accept is telling the other server what you're willing to receive in response