Skip to Main Content
Builder.io Ideas
Created by Tim
Created on Feb 4, 2023

Add log or API of all custom components registered to a space

we have a react native and a react app that don't share any component library. It would be great if we could hit a builder api to see all the custom components registered in one space to make sure we have consistent typing across our apps

  • Attach files
  • John Haupenthal
    Reply
    |
    Feb 4, 2023

    If there was a way to somehow add the custom components to the graphql schema, this could be a solve since then we could just codegen the schema and bingo bango we're in business.

    But that would mean schemas generated on the fly per builder account so that's something that could be a headache and a half.