struct FrozenLayer::GraphqlCache::Params

Defined in:

frozen_layer/graphql_cache/services/endpoint_service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operation_name : Nil | String, query : Nil | String, variables : Nil | Hash(String, JSON::Any), headers : HTTP::Headers | Nil, body : String) #

[View source]

Instance Method Detail

def body : String #

[View source]
def headers : HTTP::Headers | Nil #

[View source]
def operation_name : String | Nil #

[View source]
def query : String | Nil #

[View source]
def variables : Hash(String, JSON::Any) | Nil #

[View source]