- Go inside your container:
docker exec -it <container_name> bash. - Generate sdl schema. Two ways:
This uses default application :schema configuration.
mix absinthe.schema.sdlIf :schema is not set you can specify it.
mix absinthe.schema.sdl --schema YourModuleSchema- Import schema:
- Option 1: Import schema as raw text removing the first line coment:
"Represents a schema"or similar. - Option 2: Follow this steps in postman.
- Option 1: Import schema as raw text removing the first line coment: