from the tutorial: const typeDefs = ` type Query { info: String! feed: [Link!]! } type Link { id: ID! description: String! url: String! } ` Why is this rubbish in backticks accepted? It is especially stunning to see…
from the tutorial: const typeDefs = ` type Query { info: String! feed: [Link!]! } type Link { id: ID! description: String! url: String! } ` Why is this rubbish in backticks accepted? It is especially stunning to see…