Skip to content

Commit 8556bd2

Browse files
BrunoScheuflertimsuchanek
authored andcommitted
Add programmatic tab renaming (#744)
* Fix announcement link * Added name property to Tab interface
1 parent 4155628 commit 8556bd2

File tree

1 file changed

+1
-0
lines changed
  • packages/graphql-playground-react/src/state/sessions

1 file changed

+1
-0
lines changed

packages/graphql-playground-react/src/state/sessions/reducers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export interface SessionStateProps {
3737
export interface Tab {
3838
endpoint: string
3939
query: string
40+
name?: string
4041
variables?: string
4142
responses?: string[]
4243
headers?: { [key: string]: string }

0 commit comments

Comments
 (0)