Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access Remote Schema Directives #6841

Open
denisyilmaz opened this issue Apr 28, 2021 · 2 comments
Open

Can't access Remote Schema Directives #6841

denisyilmaz opened this issue Apr 28, 2021 · 2 comments

Comments

@denisyilmaz
Copy link

denisyilmaz commented Apr 28, 2021

I did not find anything in the documentation related to directives in remote schemas.
We connected our Craft CMS Backend as a remote schema to hasura which works flawlessly.

Unfortunately we can't access the directives Craft CMS uses in its schema:

{
  entries {
    ... on frontpage_frontpage_Entry {
      title
      introImage(withTransforms: ["intro"]) {
        __typename
        url @transform(width: 300)
      }
    }
  }
}

Craft CMS (Version 3.6.12):

image

Hasura (Version v2.0.0-alpha.9):

image

@denisyilmaz
Copy link
Author

is there any way to get this issue fixed? this is still happening in Hasura v2.0.1

@Franksuda
Copy link

is there any way to get this issue fixed? this is still happening in Hasura v2.0.1

I also met this issue with v2.5.0-beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants