Subscription testing

This commit is contained in:
Gogs
2021-07-25 01:03:10 +02:00
parent 67a58a5277
commit ebc7ff4f2f
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -12,5 +12,5 @@ function resolveCmsContent($root, $args) {
}
?>
== # Content extend type Query { cmsContent(name: String!): CmsContent! } type CmsContent { fileName: String! content:
String markup: String parsedMarkup: String } # CMS-wide types # Backend\Models\User type BackendUser { id: ID! } #
System\Models\File type SystemFile { id: ID path: String title: String description: String }
String markup: String parsedMarkup: String } # CMS-wide types # Backend\Models\User type BackendUser { id: ID! }
#System\Models\File type SystemFile { id: ID path: String title: String description: String }