subql icon indicating copy to clipboard operation
subql copied to clipboard

SubQuery is an Open, Flexible, Fast and Universal data indexing framework for web3. Our mission is to help developers create the decentralised products of the future.

Results 112 subql issues
Sort by recently updated
recently updated
newest added

## Description The store `getBy` methods don't currently support specifying the order and will always use ASC order. We should add to the options for these methods to specify the...

good first issue
New Feature
crucial

### Prerequisites * [x] Are you running the latest version(s)? * [x] Have you searched the [documentation for your issue](https://academy.subquery.network/)? * [x] Did you search for an existing issue or...

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.0 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

### Description If an entity has a lowercase name it can result in invalid generated gode ``` // graphql.schema type exampleField @entity { id: ID! } ``` This will generate...

good first issue
guild

As well as outputting data to Postgres there should be an option to output to CSV as well. This will allow other DBs to import data. Requirements: * Data should...

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Update the query service to show the new GraphiQL component from https://github.com/subquery/subquery-component-library

enhancement
good first issue
Query Service
guild