fix build
This commit is contained in:
parent
281c90dba3
commit
08b474c128
@ -3,7 +3,7 @@ import initializeApollo from '@/apollo/client';
|
||||
import type * as CRMTypes from '@/graphql/crm.types';
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
type Quote = NonNullable<CRMTypes.GetAgentsDataFromQuoteQuery['quote']>;
|
||||
type Quote = NonNullable<CRMTypes.GetQuoteAgentsDataQuery['quote']>;
|
||||
|
||||
const QUERY_GET_REWARD_RULES = gql`
|
||||
query GetRewardRules($conditionId: Uuid!) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user