Home
last modified time | relevance | path

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

/expo/home/graphql/
H A Dtypes.ts5460 export type BranchesForProjectQueryVariables = Exact<{ alias
5812 …(baseOptions: Apollo.QueryHookOptions<BranchesForProjectQuery, BranchesForProjectQueryVariables>) {
5814 …return Apollo.useQuery<BranchesForProjectQuery, BranchesForProjectQueryVariables>(BranchesForProje…
5816 …Options?: Apollo.LazyQueryHookOptions<BranchesForProjectQuery, BranchesForProjectQueryVariables>) {
5818 …return Apollo.useLazyQuery<BranchesForProjectQuery, BranchesForProjectQueryVariables>(BranchesForP…
5822 …ProjectQueryResult = Apollo.QueryResult<BranchesForProjectQuery, BranchesForProjectQueryVariables>;
5823 export function refetchBranchesForProjectQuery(variables: BranchesForProjectQueryVariables) {