Commit Graph

6 Commits

Author SHA1 Message Date
db12059c1f Fix typo in noise.graphql 2021-07-21 08:20:36 +00:00
850e736b3c Fix some inconsistencies in graphql schema 2021-06-07 15:59:03 +00:00
80668964c1 Remove unnecessary scalar definitions
`DateTimeUtc` and `Url` are provided by juniper and chrono/url with
  their respective (default) features.
  No need to define them manually. (I've skimmed the docs and code)
2021-06-04 14:40:19 +02:00
82f94cfeb9 Add external servers preference to graphql
Co-authored-by: Elias Schriefer
2021-05-10 13:18:30 +00:00
34bb49f18a Add security preferences to graphql
Co-authored-by: Elias Schriefer
2021-05-10 13:05:16 +00:00
0d4458d7dd Start writing GraphQL schema
Co-authored-by: Elias Schriefer
2021-05-10 12:54:17 +00:00