(organization: string, groupName: string)
| 37 | }; |
| 38 | |
| 39 | const getRootGroupQueryKey = (organization: string, groupName: string) => [ |
| 40 | "organization", |
| 41 | organization, |
| 42 | "group", |
| 43 | groupName, |
| 44 | ]; |
| 45 | |
| 46 | export const getGroupQueryKey = ( |
| 47 | organization: string, |
no outgoing calls
no test coverage detected