bluesky / scanspec

Specify step and flyscan paths in a serializable, efficient and Pythonic way
Apache License 2.0
8 stars 3 forks source link

Restore GraphQL API with Strawberry #139

Open callumforrester opened 2 months ago

callumforrester commented 2 months ago

See #134 for details.

We have decided to put the GraphQL API back, using Strawberry GraphQL instead of graphql-core, and alongside the REST API.

Acceptance Criteria

callumforrester commented 2 months ago

A note: Since we are going to try and keep the old FastAPI REST API around, it makes sense to try and make use of Strawbery's FastAPI integration if we can.