MyGit

v3.0.4

vuejs/apollo

版本发布时间: 2020-07-27 23:22:06

vuejs/apollo最新发布版本:v4.0.2(2024-03-08 18:56:30)

Fixed

For Typescript users, if you get errors with your .gql files, you can add a gql.d.ts file in your sources folder with the following content:

declare module '*.gql' {
  import { DocumentNode } from 'graphql'

  const content: DocumentNode
  export default content

}

declare module '*.graphql' {
  import { DocumentNode } from 'graphql'

  const content: DocumentNode
  export default content
}

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-07-27发行的版本