Metadata-Version: 2.1
Name: cmem-plugin-graphql
Version: 2.0.1
Summary: Send a query to GraphQL endpoint and save the results in a JSON dataset.
Home-page: https://github.com/eccenca/cmem-plugin-graphql
License: Apache-2.0
Keywords: eccenca Corporate Memory,plugin,GraphQL
Author: Sai Praneeth M
Author-email: saipraneeth@aarth.io
Requires-Python: >=3.9,<4.0
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cmem-plugin-base (>=2.1.0,<3.0.0)
Requires-Dist: gql[all] (>=3.2.0,<4.0.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Description-Content-Type: text/markdown

# cmem-plugin-graphql

a CMEM Plugin to query GraphQL APIs and write the response to dataset of type JSON.
In the current release we are supporting only endpoints without authentication.

