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
From the work on #515, the SDL generated code now includes import gql from 'graphql-tag', which is a change. Functionally this does not conflict with the auto-import or cause issues. But it is a (small) deviation from the Tutorial code.
I’m assuming this is the case because it's required for the generated TS code to work, correct?
if so, should we update the Tutorial? (example section "Saving Data")
if not, should we remove from source template?
The text was updated successfully, but these errors were encountered:
@cannikin @peterp
From the work on #515, the SDL generated code now includes
import gql from 'graphql-tag'
, which is a change. Functionally this does not conflict with the auto-import or cause issues. But it is a (small) deviation from the Tutorial code.I’m assuming this is the case because it's required for the generated TS code to work, correct?
The text was updated successfully, but these errors were encountered: