openapi-generator/docs/generators/graphql-nodejs-express-server.md
2020-01-08 21:54:05 -05:00

1.6 KiB

title sidebar_label
Config Options for graphql-nodejs-express-server graphql-nodejs-express-server
Option Description Values Default
packageName GraphQL Node.js Express server package name (convention: lowercase). openapi3graphql-server
packageVersion GraphQL Node.js Express server package version. 1.0.0
hideGenerationTimestamp Hides the generation timestamp when files are generated. true

IMPORT MAPPING

Type/Alias Imports
LocalDateTime org.joda.time.*
Set java.util.*
LocalTime org.joda.time.*
HashMap java.util.HashMap
ArrayList java.util.ArrayList
URI java.net.URI
Timestamp java.sql.Timestamp
LocalDate org.joda.time.*
BigDecimal java.math.BigDecimal
Date java.util.Date
DateTime org.joda.time.*
Array java.util.List
List java.util.*
UUID java.util.UUID
File java.io.File
Map java.util.Map

INSTANTIATION TYPES

Type/Alias Instantiated By

LANGUAGE PRIMITIVES

  • Float
  • null
  • ID
  • String
  • Boolean
  • Int

RESERVED WORDS

  • implements
  • boolean
  • null
  • string
  • query
  • id
  • union
  • float
  • type
  • interface
  • int