pages/index: fetch opportunities by domainname

This commit is contained in:
Chika 2022-07-07 15:58:52 +03:00
parent 61d3827614
commit 3db098b5c7

View File

@ -77,7 +77,7 @@ export const getServerSideProps: GetServerSideProps<PageProps> = async (ctx) =>
fullname
leadid
}
opportunities {
opportunities(owner_domainname: $domainname) {
name
opportunityid
}