schema: ./graphql/schema.graphql documents: './graphql/**/*.graphql' generates: ./graphql/generated/operations.ts: plugins: - typescript - typescript-operations - typescript-vue-apollo - fragment-matcher config: fetcher: fetch avoidOptionals: field: true inputValue: true object: false defaultValue: true maybeValue: T | null | undefined strictScalars: true scalars: LocalDate: string LocalDateTime: string vueCompositionApiImportFrom: vue