{"id":13727370,"url":"https://github.com/braposo/figma-graphql","last_synced_at":"2025-05-15T17:05:53.040Z","repository":{"id":31247054,"uuid":"127189259","full_name":"braposo/figma-graphql","owner":"braposo","description":"The reimagined Figma API (super)powered by GraphQL","archived":false,"fork":false,"pushed_at":"2024-12-19T06:54:42.000Z","size":9905,"stargazers_count":395,"open_issues_count":98,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-08T02:38:36.537Z","etag":null,"topics":["api","design","figma","figma-api","graphql","tools"],"latest_commit_sha":null,"homepage":"https://figma-graphql.party","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/braposo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-28T19:37:55.000Z","updated_at":"2025-02-18T03:14:59.000Z","dependencies_parsed_at":"2023-11-15T22:26:17.528Z","dependency_job_id":"76e05b93-c7e2-47e5-9ee2-7623cef7d2f7","html_url":"https://github.com/braposo/figma-graphql","commit_stats":{"total_commits":170,"total_committers":9,"mean_commits":18.88888888888889,"dds":0.5058823529411764,"last_synced_commit":"b59d4fd16cb1961c17222ff3865e71e3b5107d10"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braposo%2Ffigma-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braposo%2Ffigma-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braposo%2Ffigma-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braposo%2Ffigma-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/braposo","download_url":"https://codeload.github.com/braposo/figma-graphql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"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":["api","design","figma","figma-api","graphql","tools"],"created_at":"2024-08-03T01:03:52.282Z","updated_at":"2025-05-15T17:05:48.030Z","avatar_url":"https://github.com/braposo.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Rest API 集成","Rest API integrations"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://figma-graphql.party\"\u003e\n    \u003cimg width=\"150\" src=\"./assets/logo.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\nfigma-graphql\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nThe reimagined [Figma API](https://www.figma.com/developers) (super)powered by GraphQL\n\n[![Build Status][build-badge]][travis] [![Greenkeeper badge][greenkeeper-badge]][greenkeeper] [![Code Coverage][coverage-badge]][coverage] [![Known Vulnerabilities][snyk-badge]][snyk] [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) [![PRs Welcome][prs-badge]][prs] \u003cbr/\u003e ![Prettier format][prettier-badge] [![Commitizen friendly][commitizen-badge]][commitizen] [![semantic-release][semantic-badge]][semantic] [![MIT License][license-badge]][license]\n\n\u003c/div\u003e\n\n## Quick start\n\n[![Open figma-graphql][codesandbox-badge]][codesandbox]\n\n1. Open figma-graphql [sandbox][codesandbox] and fork it\n\n2. Add your [Figma API Token](https://www.figma.com/developers/docs#access-tokens) as `FIGMA_TOKEN` in the [codesandbox secret keys](https://codesandbox.io/docs/secrets)\n\n3. Try your first query!\n\n```gql\n{\n    file(id: \"cLp23bR627jcuNSoBGkhL04E\") {\n        name\n    }\n}\n```\n\n## Documentation\n\nPlease read the [full documentation][website] for additional examples and best practices.\n\n## Developing\n\n1.  Clone this repo\n2.  Run `yarn install` to install all dependencies\n3.  Run `FIGMA_TOKEN={YOUR_PERSONAL_FIGMA_TOKEN} yarn run dev` or add it to an `.env` file\n4.  The Figma GraphQL playground should be available at `http://localhost:3001/`\n\n## Figma file\n\nThis isn't really necessary but [here's the base Figma file](https://www.figma.com/file/cLp23bR627jcuNSoBGkhL04E/Style-guide) that is being used during development.\n\nIt should work with any file so can use your own Figma files and just replace `file(id: \"cLp23bR627jcuNSoBGkhL04E\")` with the id of the file you want to query.\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://bernardoraposo.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/38172?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBernardo Raposo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-braposo\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=braposo\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=braposo\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#design-braposo\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"#ideas-braposo\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/pulls?q=is%3Apr+reviewed-by%3Abraposo\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=braposo\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://iamsaravieira.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1051509?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSara Vieira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=SaraVieira\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=SaraVieira\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/pulls?q=is%3Apr+reviewed-by%3ASaraVieira\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://okonet.ru\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/11071?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrey Okonetchnikov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=okonet\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=okonet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://souporserious.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2762082?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTravis Arnold\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/braposo/figma-graphql/commits?author=souporserious\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n[license-badge]: https://img.shields.io/npm/l/figma-graphql.svg?style=flat-square\n[license]: https://github.com/braposo/figma-graphql/blob/master/LICENSE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[codesandbox-badge]: https://codesandbox.io/static/img/play-codesandbox.svg\n[codesandbox]: https://codesandbox.io/s/github/braposo/figma-graphql/\n[prettier-badge]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\n[build-badge]: https://img.shields.io/travis/com/braposo/figma-graphql.svg?style=flat-square\n[travis]: https://travis-ci.com/braposo/figma-graphql\n[coverage-badge]: https://img.shields.io/codecov/c/github/braposo/figma-graphql.svg?style=flat-square\n[coverage]: https://codecov.io/github/braposo/figma-graphql\n[snyk-badge]: https://snyk.io/test/github/braposo/figma-graphql/badge.svg?style=flat-square\n[snyk]: https://snyk.io/test/github/braposo/figma-graphql\n[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square\n[commitizen]: http://commitizen.github.io/cz-cli/\n[semantic-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square\n[semantic]: https://github.com/semantic-release/semantic-release\n[greenkeeper-badge]: https://badges.greenkeeper.io/braposo/figma-graphql.svg?style=flat-square\n[greenkeeper]: https://greenkeeper.io/\n[website]: https://figma-graphql.party\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraposo%2Ffigma-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbraposo%2Ffigma-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraposo%2Ffigma-graphql/lists"}