Focus mode
Bir field sadece scalar(Int,Float,String,Boolean,ID) tipte veri dönmek zorunda değil. Kendimizde bir tip oluşturup bunu bir field üzerinde kullanabiliriz.
Örnek şema tanım;
type User {
id: ID!
fullName: String!
posts: [Post!]!
}
type Post{
id: ID!
title: String!
}
Yukarıdaki User tipi üzerindeki posts
field'ı Post
tipinde bir array döner.
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!