Start a conversation

Ways to create or update your theme

  • Creating or updating a Theme override using GraphQL

    To create or update a quilt using GraphQL, you must use the GraphQL createOrUpdateTheme mutation query and variables. When you make this mutation, this creates the theme JSON file and checks it into t...

  • Creating a Theme manually

    To create a theme override manually, you must add a .theme.json file into the res/themes directory in the git repository. If you want to add image assets for your logo, navbar banner image, or backgro...

  • Ways to create or update your theme

    In this guide, you will learn about the two ways to create or update your theme. GraphQL endpoint: Using the endpoint, it will automatically check the theme into any branch of the git repository, the ...