BS
Size: a a a
BS
AL
BS
AL
AL
AL
AL
a
BS
AL
AL
BS
AL
AL
AL
AL
AL
AL
allScalars: &allScalars
Any: ClientScalars.Any
Date: ClientScalars.GraphQLDate
DateTime: ClientScalars.DateTime
EmailAddress: ClientScalars.EmailAddress
JSON: ClientScalars.JSON
NegativeFloat: ClientScalars.NegativeFloat
NegativeInt: ClientScalars.NegativeInt
NonNegativeFloat: ClientScalars.NonNegativeFloat
NonNegativeInt: ClientScalars.NonNegativeInt
NonPositiveFloat: ClientScalars.NonPositiveFloat
NonPositiveInt: ClientScalars.NonPositiveInt
PhoneNumber: ClientScalars.PhoneNumber
PositiveFloat: ClientScalars.PositiveFloat
PositiveInt: ClientScalars.PositiveInt
Time: ClientScalars.Time
Timestamp: ClientScalars.Timestamp
UnsignedFloat: ClientScalars.UnsignedFloat
UnsignedInt: ClientScalars.UnsignedInt
URL: ClientScalars.URL
SnitchReportTypologyName: string
schema:
- './src/gql/RevLab/generated.schema.graphql'
- './src/gql/generated.schema.graphql'
documents:
- './src/{gql,containers}/**/*.gql.ts'
- './src/{containers,components}/**/*.graphql'
- './src/gql/common/**/*.graphql'
config:
namingConvention: change-case#pascalCase
scalars: *allScalars
withHooks: true
withHOC: false
withComponent: false
reactApolloVersion: 3
hooks:
afterAllFileWrite:
- prettier --write
generates:
src/gql/__generated__/types.ts:
- 'typescript'
- add: /* eslint-disable */
- add: '// ####################################+################################################'
- add: '// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################'
- add: '// ####################################-################################################'
- add: import * as ClientScalars from '../types'
src/:
preset: near-operation-file
presetConfig:
extension: .generated.tsx
baseTypesPath: gql/__generated__/types.ts
plugins:
- typescript-operations
- typescript-react-apollo
- add: /* eslint-disable */
- add: '// ####################################+################################################'
- add: '// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################'
- add: '// ####################################-################################################'
src/gql/__generated__/introspection-result.ts:
plugins:
- fragment-matcher
- add: /* eslint-disable */
- add: '// ####################################+################################################'
- add: '// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################'
- add: '// ####################################-################################################'
BS
allScalars: &allScalars
Any: ClientScalars.Any
Date: ClientScalars.GraphQLDate
DateTime: ClientScalars.DateTime
EmailAddress: ClientScalars.EmailAddress
JSON: ClientScalars.JSON
NegativeFloat: ClientScalars.NegativeFloat
NegativeInt: ClientScalars.NegativeInt
NonNegativeFloat: ClientScalars.NonNegativeFloat
NonNegativeInt: ClientScalars.NonNegativeInt
NonPositiveFloat: ClientScalars.NonPositiveFloat
NonPositiveInt: ClientScalars.NonPositiveInt
PhoneNumber: ClientScalars.PhoneNumber
PositiveFloat: ClientScalars.PositiveFloat
PositiveInt: ClientScalars.PositiveInt
Time: ClientScalars.Time
Timestamp: ClientScalars.Timestamp
UnsignedFloat: ClientScalars.UnsignedFloat
UnsignedInt: ClientScalars.UnsignedInt
URL: ClientScalars.URL
SnitchReportTypologyName: string
schema:
- './src/gql/RevLab/generated.schema.graphql'
- './src/gql/generated.schema.graphql'
documents:
- './src/{gql,containers}/**/*.gql.ts'
- './src/{containers,components}/**/*.graphql'
- './src/gql/common/**/*.graphql'
config:
namingConvention: change-case#pascalCase
scalars: *allScalars
withHooks: true
withHOC: false
withComponent: false
reactApolloVersion: 3
hooks:
afterAllFileWrite:
- prettier --write
generates:
src/gql/__generated__/types.ts:
- 'typescript'
- add: /* eslint-disable */
- add: '// ####################################+################################################'
- add: '// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################'
- add: '// ####################################-################################################'
- add: import * as ClientScalars from '../types'
src/:
preset: near-operation-file
presetConfig:
extension: .generated.tsx
baseTypesPath: gql/__generated__/types.ts
plugins:
- typescript-operations
- typescript-react-apollo
- add: /* eslint-disable */
- add: '// ####################################+################################################'
- add: '// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################'
- add: '// ####################################-################################################'
src/gql/__generated__/introspection-result.ts:
plugins:
- fragment-matcher
- add: /* eslint-disable */
- add: '// ####################################+################################################'
- add: '// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################'
- add: '// ####################################-################################################'
AL
allScalars: &allScalars
Any: Common.Any
Date: Common.GraphQLDate
DateTime: Common.DateTime
EmailAddress: Common.EmailAddress
JSON: Common.JSON
NegativeFloat: Common.NegativeFloat
NegativeInt: Common.NegativeInt
NonNegativeFloat: Common.NonNegativeFloat
NonNegativeInt: Common.NonNegativeInt
NonPositiveFloat: Common.NonPositiveFloat
NonPositiveInt: Common.NonPositiveInt
PhoneNumber: Common.PhoneNumber
PositiveFloat: Common.PositiveFloat
PositiveInt: Common.PositiveInt
Time: Common.Time
Timestamp: Common.Timestamp
UnsignedFloat: Common.UnsignedFloat
UnsignedInt: Common.UnsignedInt
URL: Common.URL
SnitchReportTypologyName: string
schema:
- './src/schema/modules/**/schema.ts'
documents: []
config:
noNamespaces: true
defaultMapper: Partial<{T}>
hooks:
afterOneFileWrite:
- prettier --write
generates:
./src/schema/__generated__/resolvers-types.ts:
config:
showUnusedMappers: true
namingConvention: change-case#pascalCase
scalars: *allScalars
contextType: Common.CommonContextType
mappers:
ExternalCard: Common.ExternalCardRaw
plugins:
- add: /* eslint-disable */
- add: "// ####################################+################################################"
- add: "// ################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################"
- add: "// ####################################-################################################"
- add: import * as Common from '../types'
- typescript
- typescript-resolvers
./src/schema/generated.schema.graphql:
plugins:
- add: "####################################+################################################"
- add: "################# THIS IS GENERATED FILE DO NOT TOUCH!!!!!!!!!!!!####################"
- add: "####################################-################################################"
- schema-ast