Replace all macros used for defining GraphQL types with proc macro implementations.
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.
Replace all macros used for defining GraphQL types with proc macro implementations.
#[graphql_scalar]macro #1014, RedesignGraphQLScalarmacros #1017, ImplementScalarValuederive macro #1025)graphql_value(not necessary, Macro forInputValuecreation #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.