Skip to content

More updates to dynamic schema implementation#3725

Merged
rmosolgo merged 7 commits into1.13-devfrom
support-multiple-interface-implementations
Nov 23, 2021
Merged

More updates to dynamic schema implementation#3725
rmosolgo merged 7 commits into1.13-devfrom
support-multiple-interface-implementations

Conversation

@rmosolgo
Copy link
Copy Markdown
Owner

@rmosolgo rmosolgo commented Nov 23, 2021

  • Support multiple interface implementations
  • Sort interfaces in introspection response
  • Fix a call to arguments
    • why wasn't this caught by the linter?
    • Add a test for this case
  • Mutations: build up the input type and payload type as the mutation is defined, instead of defining them one-off when the mutation is hooked up to the field. (This way, updates to the mutation class will update the derived types, too.)

Follow up to #3651 , part of #3274

@rmosolgo rmosolgo added this to the 1.13.0 milestone Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant