How can I conditionally use graphql such that when address is given it returns Account and when it isn’t it retunrs the authenticated user?
accountByAddress(address: String! @where(operator: “like”)): [Account!]! @all
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
How can I conditionally use graphql such that when address is given it returns Account and when it isn’t it retunrs the authenticated user?
accountByAddress(address: String! @where(operator: “like”)): [Account!]! @all