graphql-playground icon indicating copy to clipboard operation
graphql-playground copied to clipboard

Add exact match search and within type search capabilities

Open ricsam opened this issue 4 years ago • 1 comments

Changes proposed in this pull request:

  • Add ability to search by exact type name using quotes, e.g. searching for "Asset" would give the Asset type only.

  • Add ability to search within a type e.g. query.asset would give Query.allAssets Query._allAssetsMeta and Query.Asset

  • Combining the two methods "Query.allAssets" would only give Query.allAssets

ricsam avatar Jan 16 '20 10:01 ricsam

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Sep 23 '20 09:09 CLAassistant