Magidoc

CreateFileInput
Input Object

Input type for creating a new file in a drive.

Fields

#

driveId

ID !
Non-null

The ID of the drive where the file will be stored.

fileName

Non-null

The name of the file.

mimeType

Non-null

The MIME type of the file.

size

Non-null

The size of the file in bytes.

tags

[ String !]

The list of tags associated with the file.

Usages

#

References

#

  • Argument input of field createFile from type Mutation