Skip to content

Commit

Permalink
Document installation
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Nov 6, 2019
1 parent 4e1edc5 commit f059422
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ only to admins.

Query IDs are case-insensitive (i.e., `MyQuery` and `myquery` are equivalent).

## Installation

If you use composer you can install it from packagist

composer require valu/wp-graphql-lock

Otherwise you can clone it from Github to your plugins using the stable branch

cd wp-content/plugins
git clone --branch stable https://github.com/valu-digital/wp-graphql-lock.git

## Filters

### `graphql_lock_load_query`
Expand Down

0 comments on commit f059422

Please sign in to comment.