Queries

Currently, we only support queries. All field requests must begin with a query:

query {
    ...
}

There are no mutations or subscriptions available- All data within the First Street API is read-only.

Last updated