You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to rename types in a schema is not import them, but create a new type and copy the fields. It would be very useful if one could do:
# import House as Home from './mySchema.graphql'
The text was updated successfully, but these errors were encountered:
I really liked this idea! Would be great to discuss potential side-effects and problems of this approach. @freiksenet as looked quite a lot into type renaming - what are your thoughts on this?
Currently the only way to rename types in a schema is not import them, but create a new type and copy the fields. It would be very useful if one could do:
# import House as Home from './mySchema.graphql'
The text was updated successfully, but these errors were encountered: