forked from loafle/openapi-generator-original
* Add GraphQL express/apollo server generator * add basic resolvers; adjust parameters/input types * small adjustments and improvements * adjust logger config for GraphQL generators * remove MaxPermSize form bash script as it will be removed from later Java versions; add isNullable utility helper method; Adjust TODOs for graphql implementation * re-created samples for graphql config and server generators * re-added templates for graphql config generator * add graphql-config-petstore bash script * add isNullable utility method * fix javadoc issues * adjust licence headers * rename Generator to Codegen for GraphQL classes * renaming, minor enhancement to graphql generator * add graphql server samples * add windows batch files, rename directory
767 B
767 B
User
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id_ | Int! | [optional] [default to null] | |
username | String! | [optional] [default to null] | |
firstName | String! | [optional] [default to null] | |
lastName | String! | [optional] [default to null] | |
String! | [optional] [default to null] | ||
password | String! | [optional] [default to null] | |
phone | String! | [optional] [default to null] | |
userStatus | Int! | User Status | [optional] [default to null] |