import { GraphQLScalarType } from "graphql"; declare module "graphql-iso-date" { export interface GraphQLDate extends GraphQLScalarType { } export interface ...
確定! 回上一頁