{"id":15192602,"url":"https://github.com/lioneltay/graph-panda","last_synced_at":"2026-02-04T16:32:02.024Z","repository":{"id":57253155,"uuid":"125043416","full_name":"lioneltay/graph-panda","owner":"lioneltay","description":"A collection of tools for working with graphql","archived":false,"fork":false,"pushed_at":"2018-05-20T02:09:12.000Z","size":459,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T10:54:49.445Z","etag":null,"topics":["filter","graphql","graphql-schema","resolver","schema-annotations","server","sql-query"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lioneltay.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}},"created_at":"2018-03-13T11:49:43.000Z","updated_at":"2018-05-20T02:16:28.000Z","dependencies_parsed_at":"2022-08-31T22:20:14.179Z","dependency_job_id":null,"html_url":"https://github.com/lioneltay/graph-panda","commit_stats":null,"previous_names":["lioneltay/graphql-tekk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lioneltay/graph-panda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lioneltay%2Fgraph-panda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lioneltay%2Fgraph-panda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lioneltay%2Fgraph-panda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lioneltay%2Fgraph-panda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lioneltay","download_url":"https://codeload.github.com/lioneltay/graph-panda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lioneltay%2Fgraph-panda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29090545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["filter","graphql","graphql-schema","resolver","schema-annotations","server","sql-query"],"created_at":"2024-09-27T22:00:19.331Z","updated_at":"2026-02-04T16:32:02.006Z","avatar_url":"https://github.com/lioneltay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graphql-tekk\n\nA collection of tools for implementing common features of a graphql server. Get everything you need by adding descriptions to your GraphQL Schema\n\n## Features/Modules\n\n### SQL generation (TODO)\n\nAutomatically generate sql queries to fetch the required data. Configuration is done through adding custom properties to the graphql schema\n\n### Batching (TODO)\n\nCoordinating SQL Queries\n\n### Query Filters (TODO)\n\nImplement filter arguments by simply describing the graphql types that should have filters\n\n### Higher Order Resolvers (TODO)\n\nAllow the wrapping of resolvers. Behaviour of the wrapper resolver can be configured through properties of the schema\n\n### Schema Annotations (TODO)\n\nAdd any custom properties to an existing graphql schema\n\n### Business Data Layer (TODO)\n\nCreate data Models to manipulate data using the same GraphQL Schema\n\n* [ ] map sqlcolumns fields to sql table fields\n* [ ] for properties that depend on multiple columns, define a reverse mapping that turns the computed value into multiple parts which can be updated\n  * eg firstName, lastName -\u003e fullName bob + lee -\u003e bob lee, bobby lee -\u003e bobby + lee\n  * obviously only if the transformation is invertible\n* [ ] Support upsert queries\n\n* [ ] should be able to check constraints before an operation, hooks?\n\n### Pagination (TODO)\n\nConfigure pagination through the schema\n\n### Schema Validation (TODO)\n\nDefine what constitutes a valid schema be free of worries\n\n## NOTES\n\n* make the functionality, split into modules later\n\n## TODOS\n\n### Features\n\n* [ ] move graphql-filters into this package\n  * [ ] Clean up code\n  * [ ] Use typescript to clean up logic\n* [ ] move graphql-schema-reader into this package\n* [ ] move graphql-schema-annotations into this package\n* [ ] graphql-higher-order-resolver\n* [ ] implement similar functionality as join-monster\n\n### Dev\n\n* [x] add typescript\n* [x] create github repo\n* [x] publish to npm\n* [x] figure out how to publish only the compiled src (npmignore)\n* [ ] use nodejs scripts as start script\n\n  * [ ] fix the double initial compilation\n\n* [ ] Figure out how peerDependencies work...\n  * [ ] Do peerdependencies have to be duplicated in devDependencies?\n\n## DEMOS\n\n* [ ] Mini server with filters\n* [ ] schema reading example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flioneltay%2Fgraph-panda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flioneltay%2Fgraph-panda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flioneltay%2Fgraph-panda/lists"}