MCPcopy Create free account
hub / github.com/emwalker/digraph / deleteSession

Function deleteSession

client/src/server/configurePassport.ts:26–29  ·  view source on GitHub ↗
(environment: Environment, config: Config)

Source from the content-addressed store, hash-verified

24type Config = Omit<MutationConfig<deleteSessionMutation>, 'mutation'>
25
26function deleteSession(environment: Environment, config: Config) {
27 return commitMutation<deleteSessionMutation>(environment,
28 { ...config, mutation: deleteSessionQuery })
29}
30
31export default (app: Express, fetcher: FetcherBase): Express => {
32 const environment = createEnvironment(fetcher)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected