I hereby claim:
- I am tsunammis on github.
- I am tsunammis (https://keybase.io/tsunammis) on keybase.
- I have a public key ASDnJDJynjybzHT5K1n4QNXIZXSbaUXI8GFKbk8X-ozTrAo
To claim this, I am signing this object:
<VirtualHost *:80> | |
ServerName yourdomain.com | |
DocumentRoot /var/www/yourdomaincom | |
# Path under Apache/PHP | |
# http://yourdomain.com/ -> PHP | |
<Directory /var/www/yourdomaincom> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride None |
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
name: nsq | |
spec: | |
replicas: 4 | |
selector: | |
name: nsq | |
template: | |
metadata: |
I hereby claim:
To claim this, I am signing this object:
import asyncio | |
from tartiflette import Engine, Resolver | |
@Resolver("Query.hello") | |
async def resolver_hello(parent, args, ctx, info): | |
return "hello " + args["name"] | |
async def run(): |
One missing part needed by the community to provide external directives is a way to configure the directive.
Here is a draft of the API to provide configuration.
The Directive classes won't extend any tartiflette abstract classes. Instead, you will have to implement the methods you want to support depending on the feature you want to compliant with. (see above regarding the feature set)
from
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |