I hereby claim:
- I am toughcrab24 on github.
- I am toughcrab24 (https://keybase.io/toughcrab24) on keybase.
- I have a public key ASA1EQoGq33CX7nuq6dNuUEmSpFfA3kjQxt9fuFk2RleHAo
To claim this, I am signing this object:
| <?php | |
| add_action( | |
| 'graphql_register_types', | |
| function() { | |
| $types = array( 'RootQueryToPostConnectionWhereArgs', 'RootQueryToPageConnectionWhereArgs', 'RootQueryToCustomPostTypeConnectionWhereArgs' ); // Add other types as needed. | |
| foreach ( $types as $type ) { | |
| register_graphql_field( | |
| $type, |
I hereby claim:
To claim this, I am signing this object:
| .:::::::::::::`.::::::::::::::::: -::::::::::::::::- | |
| -/++++++++++++++.:+++++++++++++++++ +++++++++++++++++: | |
| `/++++++++++++++++.:+++++++++++++++++ +++++++++++++++++: | |
| .+++++++++++++++++.:+++++++++++++++++ +++++++++++++++++: | |
| .+++++++++++++++++.:+++++++++++++++++ +++++++++++++++++: | |
| .+++++++++++++++++.:+++++++++++++++++ +++++++++++++++++: | |
| .+++++++++++++++++.:+++++++++++++++++ +++++++++++++++++: | |
| .+++++++++++++++++.`:++++++++++++++/. ./+++++++++++++++: | |
| .+++++++++++++++++. `:++++++++++/. ./+++++++++++++: |
| #!/bin/bash | |
| # A little chat progream via ncat | |
| # Author:wrfly Date:2015.7 | |
| # Usage: | |
| # Server: ncat -e chat.sh -lk & | |
| # Client: ncat server_ip | |
| #config | |
| db_users=user_lists | |
| db_rooms=db_rooms |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |