Support for IXO GQL queries
This project supports the GQL queries required to retrieve data from the IXO Blocksync endpoints. Find the query explorer here:
- https://blocksync-graphql.ixo.earth/graphiql
- https://testnet-blocksync-graphql.ixo.earth/graphiql
- https://devnet-blocksync-graphql.ixo.earth/graphiql
Additional support is required in order to fetch additional data structures after an initial query. For example, a query to return all data for a specific Entity will return endpoints to Cellnode and IPFS. These endpoints contain further nested structures that may also contain nested structures, etc.
-
Clone the repository:
git clone https://github.com/username/gql-data-retrieval.git cd gql-data-retrieval
-
Create and activate a virtual environment:
python -m venv myenv source myenv/bin/activate # On Windows use `myenv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
Instructions on how to use your project.
Guidelines for contributing to your project.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.