{"id":24402771,"url":"https://github.com/potatomaster101/graphql-reverse","last_synced_at":"2026-04-21T22:03:08.094Z","repository":{"id":273058650,"uuid":"917931084","full_name":"PotatoMaster101/graphql-reverse","owner":"PotatoMaster101","description":"GraphQL object reverse lookup tool","archived":false,"fork":false,"pushed_at":"2025-01-18T11:02:23.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T11:26:55.174Z","etag":null,"topics":["graphql","graphql-schema","graphql-tools"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PotatoMaster101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-16T23:04:12.000Z","updated_at":"2025-01-18T11:02:25.000Z","dependencies_parsed_at":"2025-01-18T11:37:03.307Z","dependency_job_id":null,"html_url":"https://github.com/PotatoMaster101/graphql-reverse","commit_stats":null,"previous_names":["potatomaster101/graphql-reverse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotatoMaster101%2Fgraphql-reverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotatoMaster101%2Fgraphql-reverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotatoMaster101%2Fgraphql-reverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PotatoMaster101%2Fgraphql-reverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PotatoMaster101","download_url":"https://codeload.github.com/PotatoMaster101/graphql-reverse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243359453,"owners_count":20278205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","graphql-schema","graphql-tools"],"created_at":"2025-01-20T01:49:35.673Z","updated_at":"2025-12-29T22:08:25.317Z","avatar_url":"https://github.com/PotatoMaster101.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RevQL\nGraphQL object reverse lookup tool. The goal of this tool is to:\n- Search for all queries/mutations to a specific object\n- Search for all queries/mutations to any object containing a specific field\n\n## Building\n```\ncargo build --release\n```\n\n## Usage\n```\nUsage: revql [OPTIONS] \u003cFILE\u003e \u003cSEARCH\u003e\n\nArguments:\n  \u003cFILE\u003e    Path to JSON file containing the introspection\n  \u003cSEARCH\u003e  Type/field name to search for\n\nOptions:\n  -c, --containing  Search name contains instead of exact match\n  -t, --type        Search for types only\n  -f, --field       Search for fields only\n      --show-relay  Shows relay types\n  -h, --help        Print help\n```\n\n## Examples\nSearch for all queries/mutations to a type named `User`:\n```\nrevql --type schema.json User\n```\n\nSearch for all queries/mutations to any type with `User` in it:\n```\nrevql --type --containing schema.json User\n```\n\nSearch for all queries/mutations to any type with a field named `username`:\n```\nrevql --field schema.json username\n```\n\nSearch for all queries/mutations to any type or type containing field named `name`:\n```\nrevql schema.json name\n```\n\nSearch for all queries/mutations to a type named `User` and show all relay nodes:\n```\nrevql --type --show-relay schema.json User\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotatomaster101%2Fgraphql-reverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotatomaster101%2Fgraphql-reverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotatomaster101%2Fgraphql-reverse/lists"}