GQLObjectTypeDefinition

fun GQLObjectTypeDefinition(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     description: String?,     name: String,     implementsInterfaces: List<String>,     directives: List<GQLDirective>,     fields: List<GQLFieldDefinition>)