UNPKG

apollo-codegen

Version:

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

13 lines 219 B
"use strict"; const query = gql ` query UserProfileView { me { id # TODO: https://www.fast.com/sdf/sdf uuid # Some other comment role } } `; //# sourceMappingURL=comments.js.map