This should probably also support the `gql` tagged template style: ```JS const User = gql` type User { id: ID! } ` ```
This should probably also support the
gqltagged template style: