INPUT_OBJECT

NasBuiltInInput

NAS 접속정보 등록용 정보

link GraphQL Schema definition

  • input NasBuiltInInput {
  • # nas url
  • url: String!
  • # nas port
  • port: Int!
  • # nas userId
  • userId: String!
  • # nas userPw
  • userPw: String!
  • # sharefolder
  • shareFolder: String!
  • # protocol
  • protocol: String!
  • # printMark
  • printMark: String
  • }