issues
search
The-Devoyage
/
subgraph
A POC written in rust to generate a functional API based on a simple config/schema.
GNU General Public License v3.0
6
stars
0
forks
source link
V0.0.12
#79
Closed
nickisyourfan
closed
11 months ago
nickisyourfan
commented
11 months ago
[v0.0.12]
Added
Use
--watch
when starting to reload changes to config file directory.
Return
user_identifier
on auth success.
Added
resolver_type()
built in function for use with guards.
Fixed
Service imports now import more than one additional file.
Nested properties now import with entity imports.
Register user for postgres Data Source.
Changed
Input function in guards now accepts two params to specify values vs query.
Identifiers are no longer case sensitive for built in auth service.
[v0.0.12]
Added
--watch
when starting to reload changes to config file directory.user_identifier
on auth success.resolver_type()
built in function for use with guards.Fixed
Changed