X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgraphql-client;a=blobdiff_plain;f=lib%2FGraphQL%2FClient.pm;fp=lib%2FGraphQL%2FClient.pm;h=edbb64e4ddc05c6c9e185cdcfc46503bd5e2e3ae;hp=d204f01ecb3781132287be6739aec21867477b31;hb=c9d0cfde05aac5f3ec38b908e570311545f29d11;hpb=a1190420f86c2511c10c3ae0664d299447079a64 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,