Skip to main content

JsonScalarConfig

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / JsonScalarConfig

Interface: JsonScalarConfig

Extends

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: "JSON"

Overrides

GraphQLScalarTypeConfig.name

Defined in

src/types/generatedGraphQLTypes.ts:4221


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