class Graphql::Generators::ScalarGenerator
“‘
rails g graphql:scalar Date
“`
Generate a scalar type by given name.
def graphql_type
def graphql_type "scalar" end
“‘
rails g graphql:scalar Date
“`
Generate a scalar type by given name.
def graphql_type "scalar" end