class GraphQL::TypeKinds::TypeKind

def input?; @input; end

Is this TypeKind a valid query input?
def input?;     @input;     end