INPUT_OBJECT

FilesystemFileInput

link GraphQL Schema definition

1input FilesystemFileInput {
4
2# Whether it is a folder or not.
3isFolder: Boolean
7
5# The file contents.
6source: String!
10
8# The file/folder path.
9path: String!
11}