graphql-framework-experiment icon indicating copy to clipboard operation
graphql-framework-experiment copied to clipboard

Playground settings limitation

Open ppsirius opened this issue 5 years ago • 1 comments

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;
};

ppsirius avatar Jul 20 '20 19:07 ppsirius

Wouldn't this be considered a bug?

scriptcoded avatar Aug 15 '20 19:08 scriptcoded