CreateCodeFileInput
CreateCodeFileInput is used for create CodeFile object. Input was generated by ent.
input CreateCodeFileInput {
name: String!
type: CodeFileCodeFileType!
folderID: ID
}
Fields
CreateCodeFileInput.name ● String! non-null scalar
CreateCodeFileInput.type ● CodeFileCodeFileType! non-null enum
CreateCodeFileInput.folderID ● ID scalar
Member Of
createCodeFile mutation