MCPcopy Create free account

hub / github.com/kriasoft/graphql-starter-kit / functions

Functions73 in github.com/kriasoft/graphql-starter-kit

↓ 25 callersFunctionreplace
(filename, searchValue, replaceValue)
scripts/setup.js:23
↓ 15 callersFunctionresolve
(_, args)
server/schema/user.ts:31
↓ 9 callersFunctiongetDatabase
* Creates a new Knex.js database connection.
db/cli.ts:177
↓ 6 callersFunctionaddRole
(iamAccount, role)
scripts/gcp-setup.js:82
↓ 5 callersFunctionusePageEffect
( options?: Options, deps: React.DependencyList = [], )
app/core/page.ts:10
↓ 4 callersFunctionfetchCertificates
(options?: { signal: AbortSignal })
server/core/auth.ts:28
↓ 3 callersFunctioncreateDatabase
* Creates a new database if it does not exist.
db/cli.ts:253
↓ 3 callersFunctionloadEnv
* Loads environment variables from .env files.
db/cli.ts:162
↓ 2 callersFunctioncreateDeploymentStatus
* https://docs.github.com/en/rest/reference/repos#create-a-deployment-status * https://octokit.github.io/rest.js/v18#repos-create-deployment-status
scripts/github.js:91
↓ 2 callersFunctionlisten
()
server/start.ts:34
↓ 2 callersFunctionloadEnv
(mode, envFile)
scripts/env.js:23
↓ 2 callersFunctionuseCurrentUser
()
app/core/auth.ts:33
↓ 1 callersFunctionbackup
* Exports database data to a backup file.
db/cli.ts:318
↓ 1 callersFunctioncreateDeployment
* https://docs.github.com/en/rest/reference/repos#create-a-deployment
scripts/github.js:32
↓ 1 callersFunctiondeleteDeployment
* https://docs.github.com/en/rest/reference/repos#delete-a-deployment
scripts/github.js:67
↓ 1 callersFunctiongetArgs
()
scripts/utils.js:65
↓ 1 callersFunctiongetIdToken
(req: Request)
server/core/auth.ts:53
↓ 1 callersFunctioninteractive
* Launches an interactive terminal with Knex.js.
db/cli.ts:292
↓ 1 callersFunctionlistDeployments
* https://docs.github.com/en/rest/reference/repos#list-deployments
scripts/github.js:15
↓ 1 callersFunctionlisten
()
server/index.ts:34
↓ 1 callersFunctionmapTo
( records: ReadonlyArray<R>, keys: ReadonlyArray<K>, keyFn: (record: R) => K, )
server/loaders/map.ts:8
↓ 1 callersFunctionmapToMany
( records: ReadonlyArray<R>, keys: ReadonlyArray<K>, keyFn: (record: R) => K, )
server/loaders/map.ts:17
↓ 1 callersFunctionmapToManyValues
( records: ReadonlyArray<R>, keys: ReadonlyArray<K>, keyFn: (record: R) => K, valueFn: (record?: R) =>
server/loaders/map.ts:37
↓ 1 callersFunctionmapToValues
( records: ReadonlyArray<R>, keys: ReadonlyArray<K>, keyFn: (record: R) => K, valueFn: (record?: R) =>
server/loaders/map.ts:27
↓ 1 callersFunctionrestore
* Restores database data from a backup.
db/cli.ts:383
↓ 1 callersFunctionsaveEnvVars
(env, dest, functionName)
scripts/utils.js:21
↓ 1 callersFunctiontoJSON
(obj)
scripts/bundle-yarn.js:11
↓ 1 callersFunctiontypes
* Generates TypeScript types from a live PostgreSQL database. * @see https://github.com/kristiandupont/kanel#readme
db/cli.ts:434
↓ 1 callersFunctionuseSignIn
( signInMethod: SignInMethod, )
app/core/auth.ts:43
↓ 1 callersFunctionversion
(options?: { env?: string; schema?: string })
db/cli.ts:230
FunctionActionButtons
()
app/components/toolbar.tsx:45
FunctionAnonymousIcon
(props: AnonymousIconProps)
app/icons/anonymous.tsx:6
FunctionAppleIcon
(props: AppleIconProps)
app/icons/apple.tsx:6
FunctionBaseLayout
()
app/components/layout.tsx:45
FunctionColorSchemeButton
(props: ColorSchemeButtonProps)
app/components/button-color-scheme.tsx:18
FunctionComponent
()
app/routes/privacy.tsx:14
FunctionComponent
()
app/routes/dashboard.tsx:7
FunctionComponent
()
app/routes/messages.tsx:7
FunctionComponent
()
app/routes/terms.tsx:13
FunctionComponent
()
app/routes/login.tsx:7
FunctionComponent
()
app/routes/tasks.tsx:7
FunctionFacebookIcon
(props: FacebookIconProps)
app/icons/facebook.tsx:6
FunctionGoogleIcon
(props: GoogleIconProps)
app/icons/google.tsx:6
FunctionLoginButton
(props: LoginButtonProps)
app/components/button-login.tsx:8
FunctionLogo
(props: LogoProps)
app/components/logo.tsx:8
FunctionMainLayout
()
app/components/layout.tsx:14
FunctionNavItem
(props: NavItemProps)
app/components/navigation.tsx:43
FunctionRootError
()
app/components/error.tsx:7
FunctionRouter
()
app/routes/index.tsx:40
FunctionSidebar
(props: SidebarProps)
app/components/sidebar.tsx:9
FunctionStoreProvider
(props: StoreProviderProps)
app/core/store.ts:13
FunctionThemeProvider
(props: ThemeProviderProps)
app/core/theme.ts:21
FunctionToolbar
(props: ToolbarProps)
app/components/toolbar.tsx:12
FunctionUserAvatarButton
(props: UserAvatarButtonProps)
app/components/button-user-avatar.tsx:19
FunctioncleanUp
()
server/start.ts:51
Functionconnection
()
db/cli.ts:182
Functioncontext
({ request })
server/index.ts:16
FunctioncreateNewId
( /* eslint-disable-next-line @typescript-eslint/no-explicit-any */ db: Knex<any, unknown[]>, table: str
server/core/utils.ts:12
Functiondefault
()
scripts/setup.js:47
Functiondone
(answers)
scripts/setup.js:157
Functiondown
(db: Knex)
db/migrations/001_initial.ts:62
FunctionfromGlobalId
(globalId: string, expectedType: string)
server/core/utils.ts:42
FunctiongetApiOrigin
(name)
scripts/utils.js:50
FunctiongetCloudflareBindings
(file = "wrangler.toml", envName)
scripts/utils.js:90
FunctiongetMetadata
(details, generateFor, config)
db/cli.ts:467
FunctionreadWranglerConfig
(file, envName = "test")
scripts/utils.js:105
Functionresolve
(_, args)
server/schema/workspace.ts:24
FunctionretrieveSourceMap
(file)
server/core/source-map-support.ts:15
Functionseed
()
db/seeds/01-users.ts:83
FunctiontypeFilter
({ kind, name })
db/cli.ts:483
Functionup
(db: Knex)
db/migrations/001_initial.ts:10
FunctionuseCurrentUserLoadable
()
app/core/auth.ts:39
Functionvalidate
(domain)
scripts/setup.js:51