graphql-idl-parser-ffi 0.1.3

An FFI interface for the GraphQL IDL format parser.
1
2
3
4
5
6
#ifndef __HELPERS__
#define __HELPERS__

char * read_fixture(const char *filename);

#endif