How to update a GraphQL Schema

In the docs, it’s mentioned that ‘Any existing collections that are not referenced in the GraphQL schema, are unavailable to GraphQL queries’. But what happens if I create a db with a schema and have to add another collection later? Can I update the schema somehow? This is not covered in the docs

There are different import modes. See: GraphQL endpoints | Fauna Documentation