UNPKG

apollo-codegen

Version:

Generate API code or type annotations based on a GraphQL schema and query documents

12 lines (11 loc) 167 B
const query = gql` query UserProfileView { me { id # TODO: https://www.fast.com/sdf/sdf uuid # Some other comment role } } `