Tag: custom-post-type
-
Gatsby GraphQL Error: Cannot query field “dogs” on type “Query”
0 I created a custom post type in WordPress and would like to build pages for it. When I try out the queries in the IDE they pull the custom post data ok. When I add it to the code, however, it throws the error Cannot query field "dogs" on type "Query" when I build…