UNPKG

t-graphql

Version:

typed GraphQL - end-to-end type-safe GraphQL for TypeScript. Think tRPC, but GraphQL

9 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useMutation = useMutation; function useMutation(mutationType) { var gql = String(mutationType); console.log(gql); return { data: {} }; } //# sourceMappingURL=useMutation.js.map