Skip to content

Instantly share code, notes, and snippets.

View stevemar's full-sized avatar
🇨🇦
What's happening?

Steve Martinelli stevemar

🇨🇦
What's happening?
View GitHub Profile
@stevemar
stevemar / DCO.md
Last active September 29, 2021 18:17
DCO for IBM repos

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or

(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

@stevemar
stevemar / test.md
Created June 13, 2022 17:41
test graphql
{
  products(first: 10, reverse: true) {
    edges {
      node {
        id
        title
        handle
        resourcePublicationOnCurrentPublication {
 publication {