You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would love to use this in conjunction with Fanua's graphql support, but running into issues because fauna generates template UDFs from GraphQL schema which then fail migrations because CreateFunction would fail.
While it would be great to have graphql support, even addressing incompatibility going to make a huge difference.
The text was updated successfully, but these errors were encountered:
Another problem I'm running into with this is that defined resolver functions often refer to indexes and collections defined by graphql which causes script generator to error with message like:
The following resource is not defined anywhere in the resource folders
type: Index, name: unique_Block_number
and was referenced from:
type: Function, name: importBlock
todo: add a boolean to bypass this error in case users
want to reference resources that were defined manually.
Would love to use this in conjunction with Fanua's graphql support, but running into issues because fauna generates template UDFs from GraphQL schema which then fail migrations because CreateFunction would fail.
While it would be great to have graphql support, even addressing incompatibility going to make a huge difference.
The text was updated successfully, but these errors were encountered: