Would this be a good Pyramid Community Cookbook recipe?

https://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/

I'm not sure under which category it would fall. A new category can be created, or use the default "miscellaneous".

--steve


On 5/16/18 at 8:28 AM, [email protected] (Alexandre Souza) pronounced:

Hello,

I'm actually working on one. It's a brazilian_portuguese project, but the code is in english and it's from cookiecutter-alchemy:
https://github.com/alexandre/graphql-e-python/tree/master/lab/lead_crud

The CRUD is almost complete, but I think it could be useful for you. =]

Have a nice day,
Alexandre S.

On Wednesday, May 9, 2018 at 9:16:44 PM UTC-3, Lukasz Szybalski wrote:

Hello,
Are there any examples on how to create a GraphQL endpoint in pyramid project that was created using pyramid-cookiecutter-alchemy

config.add_route('api_graphql', '/api/graphql')



@view_config(route_name='api_graphql', renderer='json')
def api_graphql(request):
"""?."""
return


Thanks
Lucas




------------------------
Steve Piercy, Eugene, OR

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/r473Ps-10126i-E7119B114BFD4BD98D8D487B8039A581%40Steves-iMac.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to