-
Updated
Aug 26, 2020 - JavaScript
#
schema
Here are 1,339 public repositories matching this topic...
The most powerful data validation library for JS
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
nodejs
api
graphql
http
postgres
koa
express
node
typescript
schema
postgresql
graphql-js
instant
pgsql
pg
koa2
postgraphql
graphql-api
graphile
automatic-api
-
Updated
Aug 28, 2020 - JavaScript
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
react
android
java
graphql
angular
typescript
schema
csharp
code-generator
graphql-schema
codegen
resolvers
-
Updated
Aug 31, 2020 - TypeScript
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
api
graphql
controllers
typescript
schema
decorators
apollographql
graphql-schema
gql
graphql-js
resolvers
-
Updated
Aug 31, 2020 - TypeScript
A lightweight library for converting complex objects to and from simple Python datatypes.
-
Updated
Aug 27, 2020 - Python
A simple and composable way to validate data in JavaScript (or TypeScript).
-
Updated
Aug 25, 2020 - TypeScript
Python Data Structures for Humans™.
-
Updated
Jul 21, 2020 - Python
Featureful configuration management library for Node.js
nodejs
javascript
config
json
node
schema
validation
configuration
json-files
environment-variables
configuration-management
env
-
Updated
Jul 10, 2020 - JavaScript
SchemaSpy code home
-
Updated
Jul 1, 2020 - HTML
scheme
schema
eslint
native
universal
rollup
intent
commitizen
h5
githook
callapp
url-scheme
universallink
callapp-lib
-
Updated
Aug 26, 2020 - TypeScript
1
mausch
commented
Apr 2, 2020
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
Squasher - squash your old migrations in a single command
-
Updated
Mar 29, 2019 - Ruby
vemv
commented
Aug 4, 2018
Looks like it should be "Not all child routes satisfy compojure.api.routes/Routing."
Maybe a fix could use (str ::Routing) or some derivative
-Victor
Free database schema discovery and comprehension tool
java
metadata
schema
jdbc
drivers
database-schemas
schemacrawler
database-diagrams
e-r-diagrams
central
comprehension
-
Updated
Aug 27, 2020 - Java
uinz
commented
Jul 5, 2020
default
const V = require('fastest-validator');
const v = new V();
const schema = {
tuple: {
type: 'tuple',
empty: false,
items: [{ type: 'string', default: '1' }],
},
};
const data = { tuple: [] };
console.log(v.validate(data, schema));
console.log(data);[
{
type: 'tupleEmpty',
message: "The 'tuple' field must not be an empty
Toolkit for generating complex GraphQL Schemas on Node.js
-
Updated
Aug 27, 2020 - JavaScript
A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.
-
Updated
Aug 31, 2020 - TypeScript
crdoconnor
commented
Oct 7, 2018
Similar to the Email validator.
Entity Relation Diagrams generation tool
-
Updated
May 24, 2020 - Python
Generate typescript interface definitions from SQL database schema
-
Updated
Jul 1, 2020 - TypeScript
Nextjs server to query websites with GraphQL
-
Updated
Jul 30, 2020 - JavaScript
Model layer for Meteor
-
Updated
Mar 8, 2020 - JavaScript
Improve this page
Add a description, image, and links to the schema topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the schema topic, visit your repo's landing page and select "manage topics."


Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
If you would like a jsfiddle demo, let