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
Write a helper function to load the actual schema for the user.
Previously we stored actual schema in a private `schemaResolver`
field and `Schema` field was used only to get a current schema.
But now because of the new method, we don't need to store the
`Schema` as a different field. So `Schema` was also removed.
Closes#7
0 commit comments