psychonautwiki / bifrost

The PsychonautWiki API.
MIT License
48 stars 10 forks source link

query experiences #44

Open stevancorre opened 3 years ago

stevancorre commented 3 years ago

Hello, i'm trying to use the API, no issue with the substance query but now i'm trying to use the experiences query but i have no idea on how to use it since experiences returns an array of Experience, and each Experience contains an array of Experience etc so the request looks like this

experiences(substance: "2C-B")
{
    effects
    {
        effects
        {
            # etc
        }
    }
}

so this make no sense

am i missing something?