https://github.com/arnauld/refd-q
https://github.com/arnauld/refd-q
graphql jwt multitenant postgres quarkus reactive
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnauld/refd-q
- Owner: Arnauld
- Created: 2021-01-31T23:36:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T08:27:17.000Z (over 5 years ago)
- Last Synced: 2025-07-06T15:03:54.831Z (11 months ago)
- Topics: graphql, jwt, multitenant, postgres, quarkus, reactive
- Language: Java
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
[source,graphql]
....
mutation CR($in: CreateOrganizationInput) {
createOrganization(input: $in) {
organization {
id
webSite
}
error {
code
message
args {
key
value
}
}
}
}
....
[source,json]
....
{"in": {
"code": "idfm",
"label": [{"locale": "fr", "label": "Ile de France Mobilité"}]
}}
....