diff --git a/schema.graphql b/schema.graphql index ba7af9264..e019714c5 100644 --- a/schema.graphql +++ b/schema.graphql @@ -38647,7 +38647,7 @@ type Release implements Node & Reactable & UniformResourceLocatable { last: Int """ - A list of names to filter the assets by. + A name to filter the assets by. """ name: String ): ReleaseAssetConnection! diff --git a/schema.json b/schema.json index 8dc78de2b..3b5c029e3 100644 --- a/schema.json +++ b/schema.json @@ -100918,7 +100918,7 @@ }, { "name": "name", - "description": "A list of names to filter the assets by.", + "description": "A name to filter the assets by.", "type": { "kind": "SCALAR", "name": "String",