From f2a8e0197dd89ee2fbea4983926ecc326d44d388 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Mon, 27 Sep 2021 19:48:57 +0200 Subject: [PATCH] fixed typo in gql --- internal/gql/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gql/schema.go b/internal/gql/schema.go index eaf0975..0668f70 100644 --- a/internal/gql/schema.go +++ b/internal/gql/schema.go @@ -41,7 +41,7 @@ func GraphqlSchema() (graphql.Schema, error) { return thunk() }, }, - "directorys": &graphql.Field{ + "directories": &graphql.Field{ Type: graphql.NewNonNull(graphql.NewList(graphql.NewNonNull(graphqlDirType))), Args: graphql.FieldConfigArgument{ "path": &graphql.ArgumentConfig{