Newer
Older
sample-spring-graphql1 / src / main / kotlin / com / sample / type / Book.kt
yhornisse on 12 May 2020 102 bytes Add files
package com.sample.type

class Book(val id: Int, val name: String, val author: String, val value: Int)