Skip to content

Graphql Schema Introduction#155

Merged
nsdeschenes merged 30 commits into
masterfrom
graphql-schema-introduction
Mar 10, 2020
Merged

Graphql Schema Introduction#155
nsdeschenes merged 30 commits into
masterfrom
graphql-schema-introduction

Conversation

@nsdeschenes

Copy link
Copy Markdown
Contributor

This is quite a big shift for the API, the schema has been started from scratch (minus the user related stuff). Scans, and scan tags are not yet completed, but I would like to separate those into their own PR's rather than continuing in this one and create a massive PR.

  • New Domain object built on brand new objects built on the different types of scans we have
  • New resolvers for the domain object, including selection by url, organization, and if left blank will return all information that user has access to. This resolver does require that the user be logged in.
  • New logger file has been started to try and mitigate the excess data that GraphQLErrors create
  • Small auth bug fix

@peacheym peacheym left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work my man! I had a few questions but only about clean code format and some of the error messages! This was a huge PR though!!

Comment thread api/functions/auth_wrappers.py Outdated
Comment thread api/functions/auth_wrappers.py Outdated
Comment thread api/queries.py Outdated
Comment thread api/resolvers/domains.py Outdated
Comment thread api/resolvers/domains.py Outdated
Comment thread api/schemas/README.md Outdated
Comment thread api/schemas/domain/email_scan/spf/spf_tags.py Outdated
Comment thread api/schemas/domain/www_scan/__init__.py Outdated
Comment thread api/schemas/domain/www_scan/https/__init__.py Outdated
Comment thread api/schemas/domain/www_scan/ssl/__init__.py Outdated

@Ethanljf Ethanljf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Syntactically sound (Assuming 'none' is a valid value within the API functions). Great work on the docs! :)

Comment thread api/functions/auth_wrappers.py Outdated
@nsdeschenes
nsdeschenes force-pushed the graphql-schema-introduction branch from 9e52c7f to a678269 Compare March 10, 2020 16:57
@nsdeschenes
nsdeschenes force-pushed the graphql-schema-introduction branch from a678269 to 12bd3d9 Compare March 10, 2020 17:06
@nsdeschenes
nsdeschenes merged commit edcdbde into master Mar 10, 2020
@nsdeschenes
nsdeschenes deleted the graphql-schema-introduction branch March 10, 2020 17:12
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

Successfully merging this pull request may close these issues.

4 participants