Skip to content
New issue

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

Refactor #[derive(GraphQLInputObject)] #1052

Merged
merged 154 commits into from
Jun 28, 2022
Merged

Conversation

ilslv
Copy link
Member

@ilslv ilslv commented Apr 1, 2022

Solution

Refactor #[derive(GraphQLInputObject)] macro to be more similar to the other proc macros.

Checklist

  • Created PR:
    • In draft mode
    • Name contains Draft: prefix
    • Name contains issue reference
    • Has assignee
  • Documentation is updated (if required)
  • Tests are updated (if required)
  • Changes conform code style
  • CHANGELOG entry is added (if required)
  • FCM (final commit message) is posted
    • and approved
  • Review is completed and changes are approved
  • Before merge:
    • Milestone is set
    • PR's name and description are correct and up-to-date
    • Draft: prefix is removed
    • All temporary labels are removed

@ilslv ilslv added the enhancement Improvement of existing features or bugfix label Apr 1, 2022
@ilslv ilslv self-assigned this Apr 1, 2022
@ilslv ilslv changed the title Refactor #[derive(GraphQLInputObject)] Draft: Refactor #[derive(GraphQLInputObject)] Apr 1, 2022
@tyranron tyranron added this to the 0.16.0 milestone Apr 13, 2022
@tyranron tyranron mentioned this pull request May 31, 2022
26 tasks
@ilslv
Copy link
Member Author

ilslv commented Jun 27, 2022

FCM

Rework `#[derive(GraphQLInputObject)]` macro implementation (#1052)

@ilslv ilslv marked this pull request as ready for review June 27, 2022 10:27
@ilslv ilslv changed the title Draft: Refactor #[derive(GraphQLInputObject)] Refactor #[derive(GraphQLInputObject)] Jun 27, 2022
ilslv added 2 commits June 27, 2022 15:20
# Conflicts:
#	juniper/src/macros/reflect.rs
#	juniper/src/schema/meta.rs
#	juniper/src/validation/rules/possible_fragment_spreads.rs
#	juniper_codegen/src/graphql_interface/mod.rs
#	juniper_codegen/src/lib.rs
#	tests/codegen/fail/input-object/derive_incompatible_object.stderr
#	tests/integration/src/codegen/interface_attr_struct.rs
#	tests/integration/src/codegen/interface_attr_trait.rs
#	tests/integration/src/codegen/interface_derive.rs
@ilslv ilslv requested a review from tyranron June 27, 2022 13:58
@ilslv ilslv added the k::api Related to API (application interface) label Jun 27, 2022
@tyranron tyranron enabled auto-merge (squash) June 28, 2022 10:37
@tyranron tyranron merged commit 927e422 into master Jun 28, 2022
@tyranron tyranron deleted the refactor-derive-input-object branch June 28, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::api Related to API (application interface)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants