mongo-graphql-starter

Creates a fully functioning, performant, extensible GraphQL endpoint from a Mongo DB. Supports middleware, Mongo 4 transactions.

MIT License

Downloads
105
Stars
423
Committers
8
mongo-graphql-starter - 0.4.2

Published by arackaf almost 7 years ago

String arrays now contains startsWith, endsWith, and both strings and string arrays now have a regex filter.

mongo-graphql-starter - 0.4.1

Published by arackaf almost 7 years ago

New filters for array types, adding options that exist on the non-array equivalents. For example, _lt can now be applied to an int or float array, rather than just ints or floats, and matches results which have an element less than the value supplied.

The other numeric filters were added, as well as $elemMatch equivalents, plus a string textContains filter for string arrays.

mongo-graphql-starter - 0.4.0

Published by arackaf almost 7 years ago

Middleware completely overhauled

mongo-graphql-starter - 0.3.5

Published by arackaf almost 7 years ago

Not-equal filters added.

mongo-graphql-starter - 0.3.4

Published by arackaf almost 7 years ago

Upgrade @std/esm

mongo-graphql-starter - 0.3.3

Published by arackaf almost 7 years ago

Boolean type added

mongo-graphql-starter - 0.3.2

Published by arackaf almost 7 years ago

New feature: foreign key relationships, and also the new MongoArrayType to help support that.

mongo-graphql-starter - 0.3.1

Published by arackaf almost 7 years ago

Added _PULL to mutations to allow array removals.

mongo-graphql-starter - 0.3.0

Published by arackaf almost 7 years ago

New response shape for all queries and mutations. Results are now under a <TypeName> or <TypeName>s object. This made room for querymeta—currently limited to query totals—to be requested.

mongo-graphql-starter - 0.2.2

Published by arackaf almost 7 years ago

Filters for nested objects and arrays

mongo-graphql-starter - 0.2.1

Published by arackaf about 7 years ago

Add in partial mutations and array modifications for nested objects and arrays.

mongo-graphql-starter - 0.2.0

Published by arackaf about 7 years ago

Change the api for updates and deletes to require a dedicated <TypeName> argument.

Support circular dependencies in graphQL schema.

mongo-graphql-starter - 0.1.2

Published by arackaf about 7 years ago

Upgrade @std/esm loader. Lazily generate entire path of for code schema generation, as needed.

mongo-graphql-starter - 0.1.1

Published by arackaf about 7 years ago

Fix npm dependencies. Force lower version of @std/esm loader. Fix bug with code path for code generation.

mongo-graphql-starter - 0.1.0

Published by arackaf about 7 years ago

Initial release.