Skip to main content

talawa-api / Exports / types/generatedGraphQLTypes / LatitudeScalarConfig

Interface: LatitudeScalarConfig

types/generatedGraphQLTypes.LatitudeScalarConfig

Hierarchy

  • GraphQLScalarTypeConfig<ResolversTypes["Latitude"], any>

    LatitudeScalarConfig

Table of contents

Properties

Properties

astNode

Optional astNode: Maybe<ScalarTypeDefinitionNode>

Inherited from

GraphQLScalarTypeConfig.astNode

Defined in

node_modules/graphql/type/definition.d.ts:369


description

Optional description: Maybe<string>

Inherited from

GraphQLScalarTypeConfig.description

Defined in

node_modules/graphql/type/definition.d.ts:360


extensionASTNodes

Optional extensionASTNodes: Maybe<readonly ScalarTypeExtensionNode[]>

Inherited from

GraphQLScalarTypeConfig.extensionASTNodes

Defined in

node_modules/graphql/type/definition.d.ts:370


extensions

Optional extensions: Maybe<Readonly<GraphQLScalarTypeExtensions>>

Inherited from

GraphQLScalarTypeConfig.extensions

Defined in

node_modules/graphql/type/definition.d.ts:368


name

name: "Latitude"

Overrides

GraphQLScalarTypeConfig.name

Defined in

src/types/generatedGraphQLTypes.ts:4096


parseLiteral

Optional parseLiteral: GraphQLScalarLiteralParser<any>

Parses an externally provided literal value to use as an input.

Inherited from

GraphQLScalarTypeConfig.parseLiteral

Defined in

node_modules/graphql/type/definition.d.ts:367


parseValue

Optional parseValue: GraphQLScalarValueParser<any>

Parses an externally provided value to use as an input.

Inherited from

GraphQLScalarTypeConfig.parseValue

Defined in

node_modules/graphql/type/definition.d.ts:365


serialize

Optional serialize: GraphQLScalarSerializer<any>

Serializes an internal value to include in a response.

Inherited from

GraphQLScalarTypeConfig.serialize

Defined in

node_modules/graphql/type/definition.d.ts:363


specifiedByURL

Optional specifiedByURL: Maybe<string>

Inherited from

GraphQLScalarTypeConfig.specifiedByURL

Defined in

node_modules/graphql/type/definition.d.ts:361