Function: ghub--make-graphql-req
ghub--make-graphql-req is a byte-compiled function defined in
ghub-graphql.el.
Signature
(ghub--make-graphql-req &key URL FORGE SILENT METHOD HEADERS HANDLER UNPAGINATE NOERROR READER BUFFER SYNCHRONOUS CALLBACK ERRORBACK VALUE EXTRA QUERY QUERY-STR VARIABLES UNTIL PAGES PAGINATE NARROW)
Documentation
Constructor for objects of type ghub--graphql-req.
Source Code
;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub-graphql.el
(cl-defstruct (ghub--graphql-req
(:include ghub--req)
(:constructor ghub--make-graphql-req)
(:copier nil))
(query nil :read-only t)
(query-str nil :read-only nil)
(variables nil :read-only t)
(until nil :read-only t)
(pages 0 :read-only nil)
(paginate nil :read-only nil)
(narrow nil :read-only t))