graphql-framework-experiment
graphql-framework-experiment copied to clipboard
Playground settings limitation
I trying to add some tabs in graphql-playground like this:
settings: {
'editor.theme': 'light',
},
tabs: [
{
endpoint,
query: defaultQuery,
},
],
But playground types looks different :|
export declare type PlaygroundSettings = {
path?: string;
};
Wouldn't this be considered a bug?