Hello, very general question: is there parity betw...
# getting-started
c
Hello, very general question: is there parity between the various datahub programmatic APIs/clients (OpenAPI + CLI + GraphQL + emitters) and the datahub UI? I.e. can one expect that everything that can be done via the UI can also be done programmatically? Context: my company might want to build an internal UI over datahub, so we want to ensure that the ability to do everything programmatically is there cc: @great-toddler-2251
m
Hey Radu, yes! Everything the UI does is via the GraphQL API.
thank you 1