Help: Is there any way to implement graphql api in watch app? I am new to garmin development.

I am able to make rest api call and confused in case of graphql api call here i have QUERY and GRAPHQL VARIABLES do where I put this thing if I using 

Communications.makeWebRequest(url, params, options, method(:onReceive));
Thanks;