Searched refs:BranchesForProjectQuery (Results 1 – 2 of 2) sorted by relevance
7 import { BranchesForProjectQuery } from '../../graphql/types';12 latestUpdate: BranchesForProjectQuery['app']['byId']['updateBranches'][0]['updates'][0];
5469 export type BranchesForProjectQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', b… alias5812 … useBranchesForProjectQuery(baseOptions: Apollo.QueryHookOptions<BranchesForProjectQuery, Branches…5814 …return Apollo.useQuery<BranchesForProjectQuery, BranchesForProjectQueryVariables>(BranchesForProje…5816 …hesForProjectLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<BranchesForProjectQuery, Branches…5818 …return Apollo.useLazyQuery<BranchesForProjectQuery, BranchesForProjectQueryVariables>(BranchesForP…5822 export type BranchesForProjectQueryResult = Apollo.QueryResult<BranchesForProjectQuery, BranchesFor…