Replace macros with proc_macros #295
Labels
enhancement
Improvement of existing features or bugfix
k::api
Related to API (application interface)
semver::breaking
Breaking change in terms of SemVer
Milestone
Replace all macros used for defining GraphQL types with proc macro implementations.
#[graphql_scalar]
macro #1014, RedesignGraphQLScalar
macros #1017, ImplementScalarValue
derive macro #1025)graphql_value(not necessary, Macro forInputValue
creation #996)This should probably be a two-step process: first implement proc-macro alternatives for everything and have tests for functional equivalence.
Then remove the old macros with a new breaking version.
The text was updated successfully, but these errors were encountered: