beethovenxfi / beethovenx-backend

MIT License
13 stars 15 forks source link

add userAddress to poolGetPool() #590

Closed franzns closed 10 months ago

franzns commented 10 months ago

Change to poolGetPool(chain: GqlChain, id: String!, userAddress: String): GqlPoolBase!

Use the userAddress as an include, not as a filter. If the user address has no balance, either return userBalance as undefined or with 0's as values, what ever is easier

franzns commented 10 months ago

merged to prod