UNPKG

@cran/lib.gql.core

Version:

GQL Core Functionality

13 lines (10 loc) 231 B
import { createScalar } from "../utilities"; export const JsonScalar = createScalar( "json", "javascript object notation", { string : true, number : true, boolean: true, object : true, array : true, } );