RecordsInputType
Last edit: Oct 26, 2022
No description
type RecordsInputType {
table: String
values: RecordInputType
}
No description
type RecordsInputType {
table: String
values: RecordInputType
}
table
(String
)values
(RecordInputType
)