We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Given the following configuration:
export const MyApplicationForm = configure<ApolloFormMutationNames>({ client: client as any, jsonSchema });
Just do:
MyApplicationForm.registerWidget('MyWidget', MyWidget); // then use <MyApplicationForm>
Warning: the registered widget can override an existing one and will be available for all <MyApplicationForm>
<MyApplicationForm>