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
I don't know if I'm doing something wrong, but importing .graphql file in .graphql file is not working.
I get Type "schema" not found in document. Check this example out.
My app is very modular and provides an
interface
that can be implemented by other types.Example:
Is it possible to import a
.graphql
file where an interface is defined?The text was updated successfully, but these errors were encountered: