<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Piccione, Marcia</title>
    <description>The latest articles on DEV Community by Piccione, Marcia (@mpicci200_comcast).</description>
    <link>https://dev.to/mpicci200_comcast</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F962676%2F6f0fe826-05a2-4212-8c84-2209c6ab2f16.png</url>
      <title>DEV Community: Piccione, Marcia</title>
      <link>https://dev.to/mpicci200_comcast</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mpicci200_comcast"/>
    <language>en</language>
    <item>
      <title>schema tab is missing from playground</title>
      <dc:creator>Piccione, Marcia</dc:creator>
      <pubDate>Mon, 07 Nov 2022 17:10:36 +0000</pubDate>
      <link>https://dev.to/mpicci200_comcast/schema-tab-is-missing-from-playground-45ck</link>
      <guid>https://dev.to/mpicci200_comcast/schema-tab-is-missing-from-playground-45ck</guid>
      <description>&lt;p&gt;There is no way to download the schema so it can be imported into a client.  At one point I remember seeing it, now it's gone.  Even starting from scratched with the "TODO" demo, there is no schema tab.  I remember at one point someone mentioned that it had to do with a newer go version but I can't find that thread and it was not resolved when I saw it.  Any ideas? &lt;/p&gt;

</description>
      <category>gqlgen</category>
      <category>go</category>
      <category>graphql</category>
    </item>
    <item>
      <title>goField forceResolver does not quite work as desired for subscriptions</title>
      <dc:creator>Piccione, Marcia</dc:creator>
      <pubDate>Wed, 02 Nov 2022 00:54:54 +0000</pubDate>
      <link>https://dev.to/mpicci200_comcast/gofield-forceresolver-does-not-quite-work-as-desired-for-subscriptions-3ffe</link>
      <guid>https://dev.to/mpicci200_comcast/gofield-forceresolver-does-not-quite-work-as-desired-for-subscriptions-3ffe</guid>
      <description>&lt;p&gt;Goal - create organized subscriptions in the graph so it's easier for users to navigate:&lt;/p&gt;

&lt;p&gt;extend type Subscription {&lt;br&gt;
  cameraSubscriptions: CameraSubscriptions!&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;extend type CameraSubscriptions {&lt;br&gt;
    cameraEvent(accountId: String!, deviceId: String!): CameraEvent @goField(forceResolver: true)&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Generated Code:&lt;/p&gt;

&lt;p&gt;func (r *cameraSubscriptionsResolver) CameraEvent(ctx context.Context, obj *model.CameraSubscriptions, accountID string, deviceID string) (*model.CameraEvent, error) {&lt;br&gt;
    panic(fmt.Errorf("not implemented: CameraEvent - cameraEvent"))&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;func (r *subscriptionResolver) CameraSubscriptions(ctx context.Context) (&amp;lt;-chan *model.CameraSubscriptions, error) {&lt;br&gt;
    panic(fmt.Errorf("not implemented: CameraSubscriptions - cameraSubscriptions"))&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Expected:&lt;/p&gt;

&lt;p&gt;The chan would be applied to the lowest level subscription resolver (CameraEvent) not CameraSubscriptions. &lt;/p&gt;

&lt;p&gt;Is there a way to do this or do subscriptions all have to be at the top level of the graph?&lt;/p&gt;

</description>
      <category>gqlgen</category>
      <category>graphql</category>
      <category>go</category>
    </item>
  </channel>
</rss>
