Focus mode
Kıtaları, ülkeleri ve bu ülkelerde konuşulan dilleri ilişkili bir biçimde görüntüleyebileceğimiz bir GraphQL backend geliştirmeniz gerekiyor.
Örnek çalışmaya şuradan ulaşabilirsiniz.
query AllCountries {
countries {
name
emoji
continent {
name
}
languages {
name
native
}
}
}
Veya tek bir ülke sorgulanmak istendiğinde;
query Single {
country(code: "TR") {
name
emoji
continent {
name
}
languages {
name
native
}
}
}
Kolaylıklar :)
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!