Skip to content
Snippets Groups Projects
Commit e0c6355b authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

user(uid: ID) request now has nullable argument

parent 6ff34962
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ deploy-staging:
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
script:
- npm run build
- ssh -p22 sigma-dev@roued "mkdir -p /opt/sigma-back-dev"
- ssh -p22 sigma-dev@roued "rm -rf /opt/sigma-back-dev/build"
- ssh -p22 sigma-dev@roued "rm -rf /opt/sigma-back-dev/assets"
......
......@@ -22,7 +22,7 @@ const RootTypes = `
# user queries
user(uid: ID!) : User
user(uid: ID) : User
searchTOL(
givenName: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment