An open API service indexing awesome lists of open source software.

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

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é"}]
}}
....