GraphQl aliases are used to prevent errors of GraphQL fields conflict type in the response of the query.
Using Aliases in the query to fix the issue of the conflicting type of GraphQl while same type of arguments are used in a query.
Let’s say a real example to understand these aliases. Continue reading “How to fixed GraphQl Fields conflicting types. Use different aliases on the fields to fetch result?”