fix: gql request save issue

This commit is contained in:
Andrew Bastin
2021-09-11 23:43:35 +05:30
parent f3747edaa3
commit d855e5cffb
2 changed files with 286 additions and 171 deletions

View File

@@ -28,4 +28,12 @@ export type HoppRequestSaveContext =
* ID of the request in the team
*/
requestID: string
/**
* ID of the team
*/
teamID?: string
/**
* ID of the collection loaded
*/
collectionID?: string
}