class GraphQL::ObjectType

def initialize

def initialize
  @fields = {}
  @dirty_interfaces = []
end