Registry / serialization / graphql-java-extended-scalars

graphql-java-extended-scalars

JSON →
library16.0.1javamavenunverified

A library of extended scalar types for graphql-java, such as DateTime, JSON, and more.

<dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java-extended-scalars</artifactId> <version>16.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GRAPHQL-JAVA-EXTEN
G
graphql-java-extended-scalars
serializationjavav16.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ExtendedScalars
graphql.scalars.ExtendedScalars

Register the DateTime extended scalar in a GraphQL schema wiring.

import graphql.scalars.ExtendedScalars; import graphql.schema.GraphQLSchema; import graphql.schema.idl.RuntimeWiring; public class Example { public static void main(String[] args) { RuntimeWiring wiring = RuntimeWiring.newRuntimeWiring() .scalar(ExtendedScalars.DateTime) .build(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
16.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
graphql-java-extended-scalars — mvn dependency:get graphql-java-extended-scalars · libregistry