Skip to content

Commit

Permalink
feat(graphql): add teams queries to graphql '
Browse files Browse the repository at this point in the history
  • Loading branch information
bahdcoder committed Jul 26, 2021
1 parent c0d23d5 commit e6343eb
Show file tree
Hide file tree
Showing 14 changed files with 1,036 additions and 338 deletions.
Empty file removed packages/auth/src/Teams.ts
Empty file.
6 changes: 6 additions & 0 deletions packages/auth/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export type AuthResources = {
membership: ResourceContract
}

export interface AuthContract {
config: AuthPluginConfig
__getApiPath: (path: string) => string
__resources: AuthResources
}

export enum TokenTypes {
REFRESH = 'REFRESH',
PASSWORDLESS = 'PASSWORDLESS'
Expand Down
Loading

0 comments on commit e6343eb

Please sign in to comment.