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
When using default export import comment like this #import "./ProfileForm.graphql" works perfectly fine, but when we add a space before import and after # there is an error:
Error:
Import statement is not valid:
> import "./ProfileForm.graphql"
If you want to have comments starting with '# import', please use ''' instead! You can only have 'import' statements in the following pattern; # import [Type].[Field] from [File]