ljfds
Results
1
issues of
ljfds
I'm following the documentation (https://www.ghostwriter.wiki/features/graphql-api) and trying to interface with the GraphQL endpoint Using the example request: ```python import json import requests headers = {"Content-Type": "application/json", } def prepare_query(query, operation):...
bug