fixed typo in gql
This commit is contained in:
parent
74037dfab5
commit
f2a8e0197d
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user