We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to config the yml for that, but it can't go into effect.
graphql: servlet: mapping: /graphql datetime: scalars: date: scalar-name: MyDate format: yyyy-MM-dd HH:mm:ss
The text was updated successfully, but these errors were encountered:
@weiran1999 There are two configuration properties, one for scalar-name, and one for format? Which one isn't working?
scalar-name
format
The scalar-name covered by tests, here is an example:
Sorry, something went wrong.
Sorry, I want to describe that the case datetime.date.format isn't working.
datetime.date.format
I have a mysql datetime data like that yyyy-MM-dd HH:mm:ss, what scalar and format should I choose?
yyyy-MM-dd HH:mm:ss
No branches or pull requests
I want to config the yml for that, but it can't go into effect.
The text was updated successfully, but these errors were encountered: