OBJECT

SdCustomModuleFormCollection

INTERNAL -- Custom Module Form Collection

link GraphQL Schema definition

  • type SdCustomModuleFormCollection {
  • # List of CustomModuleForms
  • custom_module_forms: [SdCustomModuleForm!]
  • # Determines if has more CustomModuleForms in pagination
  • has_more_cmfs: Boolean
  • }