Closed BrennanAyers closed 4 years ago
HttpClient
GraphQlResponse
http_response
data
data_as_structure
QueryFailed
query
query_variables
errors
parameterized
My opinion is to do a squash merge when you merge this to master.
Description
Briefly describe what this PR accomplishes and what the definition of done is.
HttpClient
to perform queriesGraphQlResponse
object is returned withhttp_response
,data
, anddata_as_structure
propertiesQueryFailed
exception is raised withhttp_response
,query
,query_variables
,data
, anderrors
propertiesparameterized
to the project requirements for use in unit testsType of change