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

-- 
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 pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAKkTUv2EGHmiTUPZjYHSJVH_NuyYQkvWMh4VpHRdsB7NXnozFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to