Schema View: using view created earlier in a new view SDL doesn't work #2219
Labels
area/query
Related to the query component
area/schema
Related to the schema system
bug
Something isn't working
This produces error
relation must be defined on both schemas. Field: wrote, Type: BookView.
It seems like it doesn't see the view created on the first action.
But if we change the SDL of the second
CreateView
action to this:it produces error
schema type already exists. Name: AuthorView.
which means it sees it after all.I think the interfaces should be
The text was updated successfully, but these errors were encountered: