An open API service indexing awesome lists of open source software.

https://github.com/ubugeeei/find-gql-query-name-by-prop-name


https://github.com/ubugeeei/find-gql-query-name-by-prop-name

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# usage

1. install dependencies

```sh
$ yarn install
```

2. paste your graphql schema on ~/schema
3. find some properties

```sh
$ yarn find
# ex)
$ yarn find dueDate
```