Home
last modified time | relevance | path

Searched refs:AppByIdQuery (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/api/graphql/queries/
H A DAppQuery.ts4 import { AppByIdQuery } from '../../../graphql/generated';
9 async byIdAsync(projectId: string): Promise<AppByIdQuery['app']['byId']> {
12 .query<AppByIdQuery>(
/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts26 import { AppByIdQuery, Permission } from '../graphql/generated';
366 function actorCanGetProjectDevelopmentCertificate(actor: Actor, app: AppByIdQuery['app']['byId']) {
/expo/packages/@expo/cli/src/graphql/
H A Dgenerated.ts1111 export type AppByIdQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', byId: { __ty… alias