In your readme, it would be helpful to see the graphql sybtax that the adapters are trying to use. This will help out understand how to use for our needs.
Something like this
query
{
Media(search: "Dragonball") {
title {
userPreferred
},
description
}
}