X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FGraphQL%2FClient.pm;h=edbb64e4ddc05c6c9e185cdcfc46503bd5e2e3ae;hb=c9d0cfde05aac5f3ec38b908e570311545f29d11;hp=d204f01ecb3781132287be6739aec21867477b31;hpb=6ceb671d38a8564d8bbe6e52a33e54ebdc4ca282;p=chaz%2Fgraphql-client diff --git a/lib/GraphQL/Client.pm b/lib/GraphQL/Client.pm index d204f01..edbb64e 100644 --- a/lib/GraphQL/Client.pm +++ b/lib/GraphQL/Client.pm @@ -205,7 +205,7 @@ __END__ C provides a simple way to execute L queries and mutations on a server. -This module is the programmatic interface. There is also a L. +This module is the programmatic interface. There is also a L<"CLI program"|graphql>. GraphQL servers are usually served over HTTP. The provided transport, L, lets you plug in your own user agent, so this client works naturally with L,