GQLObjectTypeDefinition

constructor(    sourceLocation: SourceLocation? = null,     description: String?,     name: String,     implementsInterfaces: List<String>,     directives: List<GQLDirective>,     fields: List<GQLFieldDefinition>)