-
hasura cli help says that param to seed create option --from-table may be a 'stringArray'. What format to use for this ? Tried "table1, table2", "[table1, table2]", and more, none of which works. How to specify if I want to use more than one table with the --from-table option ? (Yes, I know about schema. prefix and --f-t t1 --f-t t2 alternative.) |
Beta Was this translation helpful? Give feedback.
Answered by
adas98012
Jun 15, 2022
Replies: 1 comment
-
Please continue to use the "--f-t t1 --f-t t2 alternative", our Documentation team will update the document with regards to the stringArray option. Thank you for bringing to our attention. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adas98012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please continue to use the "--f-t t1 --f-t t2 alternative", our Documentation team will update the document with regards to the stringArray option. Thank you for bringing to our attention.