You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Olaf Hartig edited this page Jan 27, 2021
·
5 revisions
In addition to the benchmark datasets, the Linköping GraphQL Benchmark (LinGBM) is based on a GraphQL schema for exposing any version of the benchmark dataset as a GraphQL API. Essentially, this schema contains an object type for each of the types of entities in the benchmark dataset (products, producers, vendors, etc). The fields of each such object type match the attributes of the corresponding entity types. Additionally, we have specified a few other fields and object types, as well as some enumeration types and input types, which had been required to define the query workloads of the benchmark.
We emphasize that the LinGBM GraphQL schema is relevant only for the first of the two scenarios captured by LinGBM. GraphQL schemas as used in the second scenario are auto-generated by the corresponding systems under test.