You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add datasources
take apollo apis as the datasources
* add schema, resolvers to graphql
* add field and ignoreFile for graphql in zero-module.yml
* remove store.sqlite from git
* switch sqlite to default database
enable automatic table creating for graphql testing
* update file apis to match Go version
* add graphql for s3 file apis
* change type to category due to type is against preserve keyword type
* Strip down graphql functions
* change expression 'graphql=yes/no' to apiType='graphql/rest'
* add apiType="graphql/rest" to package.json
* support users to choose buckets
* Strip down graphql functions
* add graphql for authAPI
* add env variable GRAPHQL_BASE_URL to Kubernetes config
* imitate middleware/auth/index.js to add authentication to graphql
* restructure directories for graphql and rest api
* refactor file apis with FileService that is used by graphql as well
* add trip service for demonstration
* remove all datasources from graphql and remove initdb.js
* add mockauth and standard jwt decode middleware
* add standard jwtDecoder in middleware
* seperate main entry for rest and graphql
* optimize variable definition pre-keyword
* remove env var GRAPHQL_BASE_URL from kustomization.yml
* add documentation to graphql schema
* remove health check endpoints through Graphql
seperate example trip schema and resolver from the default ones
* update documnetation for graphql schemas
removed the original schema.js, resolvers and User.js
* update ignorefile for rest apipType
* change download link from s3 presigned url to cloudfront signed url.
* update auth component and add the whitelist filter
* remove the empty template block
* split persignedurls to downloadSignedUrl and uploadSignedUrl
rename auth_whitelist to authAllowlist
0 commit comments