Search

Ctrl + K

JSON

GraphQL

1type AutogeneratedMainType {
2  userId: Int
3  id: Int
4  title: String
5  completed: Boolean
6}