• Stars
    star
    384
  • Rank 111,726 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The reimagined Figma API (super)powered by GraphQL

figma-graphql

The reimagined Figma API (super)powered by GraphQL

Build Status Greenkeeper badge Code Coverage Known Vulnerabilities All Contributors PRs Welcome
Prettier format Commitizen friendly semantic-release MIT License

Quick start

Open figma-graphql

  1. Open figma-graphql sandbox and fork it

  2. Add your Figma API Token as FIGMA_TOKEN in the codesandbox secret keys

  3. Try your first query!

{
    file(id: "cLp23bR627jcuNSoBGkhL04E") {
        name
    }
}

Documentation

Please read the full documentation for additional examples and best practices.

Developing

  1. Clone this repo
  2. Run yarn install to install all dependencies
  3. Run FIGMA_TOKEN={YOUR_PERSONAL_FIGMA_TOKEN} yarn run dev or add it to an .env file
  4. The Figma GraphQL playground should be available at http://localhost:3001/

Figma file

This isn't really necessary but here's the base Figma file that is being used during development.

It 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.

Contributors

Thanks goes to these wonderful people (emoji key):


Bernardo Raposo

šŸ’¬ šŸ’» šŸ“– šŸŽØ šŸ¤” šŸ‘€ āš ļø

Sara Vieira

šŸ’» šŸ“– šŸ‘€

Andrey Okonetchnikov

šŸ“– šŸ’»

Travis Arnold

šŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!