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

GraphQL Query Error: Unable to Query Fields "baseUrl" on "ShopTheme" and "locale" on "ThemeTranslation" #346

Open
mebron opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels
Not Found Issue Not Found

Comments

@mebron
Copy link

mebron commented Oct 18, 2024

[log]
EXCEPTION -> OperationException(linkException: null, graphqlErrors: [GraphQLError(message: Cannot query field "baseUrl" on type "ShopTheme"., locations: [ErrorLocation(line: 11, column: 5)], path: null, extensions: null), GraphQLError(message: Cannot query field "locale" on type "ThemeTranslation"., locations: [ErrorLocation(line: 14, column: 7)], path: null, extensions: null)])

@nishant-webkul
Copy link
Collaborator

Hi @mebron ,
Could you please take a moment to review the response for your query? Let us know if you need any further assistance or clarification. We're here to help!

Query:
query themeCustomization {
themeCustomization {
id
themeCode
type
name
sortOrder
status
channelId
createdAt
updatedAt
translations {
id
themeCustomizationId
localeCode
options {
title
css
html
images {
link
image
title
imageUrl
}
column_1 {
url
title
sortOrder
}
column_2 {
url
title
sortOrder
}
column_3 {
url
title
sortOrder
}
}
}
}
}

Response:

Screenshot from 2024-11-14 17-35-44

Could you kindly share the query you're using, along with a screenshot of the error you're encountering? We'd be happy to assist you further once we have a clearer understanding of the issue.

Thank you for your cooperation!

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

No branches or pull requests

3 participants