fixed typo in gql

This commit is contained in:
Djeeberjr 2021-09-27 19:48:57 +02:00
parent 74037dfab5
commit f2a8e0197d

View File

@ -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{