how to fetch on required attribute from database request coming from graphql

how to fetch on required attribute from database request coming from graphql


0

query Languages {
languages {
code
name
}

How can I retrieve specific columns from a database in response to a user’s request using Graph QL?

MySQL query => select code, name from languages;

i am new to Graph QL language and unable find any solution online

New contributor

shashi kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


Load 4 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *