How can i take the type I get from a column and turn it into a GraphQL type? For instance the type String into a GraphQLString, Number into a GraphQLString, etc
the v