mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix graphql response type
This commit is contained in:
@@ -221,7 +221,7 @@ export class GraphQLService {
|
||||
}
|
||||
|
||||
const queryBase: any = {
|
||||
name: 'Directus',
|
||||
name: 'Query',
|
||||
fields: {
|
||||
server: {
|
||||
type: new GraphQLObjectType({
|
||||
|
||||
Reference in New Issue
Block a user