class GraphQL::TypeKinds::TypeKind

def fields?; @fields; end

Does this TypeKind have queryable fields?
def fields?;    @fields;    end