Existing collections to Graphql

Hello. I have a few existing collections in my database and now I would like to explore graphql a bit. Is it possible to convert my existing collections (created using the UI and FQL) into graphql? Or would my existing collections and data be lost if I import a gql schema with the same collection names?

Thank you

You can use the Merge mode, which is also the default mode. More info here.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

The recently introduced Replace mode will also work with existing, not-connected-to-graphql-yet Collections.