We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e43baa commit 578c2f6Copy full SHA for 578c2f6
packages/services/api/src/modules/schema/module.graphql.ts
@@ -178,7 +178,10 @@ export default gql`
178
"""
179
Paginated list of schema versions, ordered from recent to oldest.
180
181
- schemaVersions(first: Int, after: String): SchemaVersionConnection! @tag(name: "public")
+ schemaVersions(
182
+ first: Int @tag(name: "public")
183
+ after: String @tag(name: "public")
184
+ ): SchemaVersionConnection! @tag(name: "public")
185
186
Retreive a specific schema version in this target by it's id.
187
0 commit comments