populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Homepage link to GraphQl #544

Closed MattWellie closed 1 year ago

MattWellie commented 1 year ago

re: https://sample-metadata.populationgenomics.org.au/

Can we have an additional button added to the header/ribbon of the metamist homepage to link to the GraphQL interface? We have links to the explore page and swagger, but no link to the Strawberry web app

illusional commented 1 year ago

@danielreti, potential pitfall is that the graphql page is served directly from Python, it's not a React page. You can probably find a react library that embeds the GraphiQL viewer, and you might want to do some magic to redirect the /graphql route for GET (to react) and POST to python (or it may just work).